Skip to content

Commit ec43255

Browse files
authored
Revert "Add m3u(8) playlist support to the file-browser"
1 parent 22df7d0 commit ec43255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Blackbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ var Blackbox = function(options)
6565
this.ignorePaths['/'].home = 1;
6666

6767
// Media file detection regex (pre-compiled since MuJS regexps are slow).
68-
this.mediaRgx = /\.(?:mp[234]|m4[av]|mpe?g|m[12]v|m3u8?|web[mp]|mk(?:[av]|3d)|h?264|qt|mov|avi|xvid|divx|wm[av]|asf|pcm|flac|aiff|wav|aac|dts|e?ac3|dat|bin|vob|vcd|mt[sv]|m2ts?|ts|flv|f4[vp]|rm(?:vb)?|3(?:gp|iv)|h?dv|og[gmv]|jpe?g|png|bmp|gif)(?:\.part)?$/i;
68+
this.mediaRgx = /\.(?:mp[234]|m4[av]|mpe?g|m[12]v|web[mp]|mk(?:[av]|3d)|h?264|qt|mov|avi|xvid|divx|wm[av]|asf|pcm|flac|aiff|wav|aac|dts|e?ac3|dat|bin|vob|vcd|mt[sv]|m2ts?|ts|flv|f4[vp]|rm(?:vb)?|3(?:gp|iv)|h?dv|og[gmv]|jpe?g|png|bmp|gif)(?:\.part)?$/i;
6969

7070
// Include the user's custom inclusion regex (if available and non-empty).
7171
var includeRgx = options.includeRegex ? Utils.trim(options.includeRegex) : null;

0 commit comments

Comments
 (0)