Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a7b1183 authored by Vineet Jhunjhunwala's avatar Vineet Jhunjhunwala Committed by Jeff Sharkey
Browse files

video files with mimetype “video/x-ms-asf” can't scan to Gallery

video files with mimetype  “video/x-ms-asf”  are considered as PlayList
file type due to below check in MediaFile.Java
Do not consider it as playlist file and remove case of “video/x-ms-asf”

Bug: 133940458
Test: The video is show in gallery
Change-Id: I6af45b597d9b8d9b277e1ae89f2afe019ee2eead
parent 190e99cf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -220,7 +220,6 @@ public class MediaFile {
            case "audio/mpegurl":
            case "application/x-mpegurl":
            case "application/vnd.apple.mpegurl":
            case "video/x-ms-asf":
            case "audio/x-scpls":
                return true;
            default: