mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-12 03:10:17 +01:00
seek stuff
This commit is contained in:
@@ -120,7 +120,7 @@ def add_folder_to_browser_list(current_path, current_level,open_folder_list):
|
||||
add_folder_to_browser_list(next_path, next_level,open_folder_list)
|
||||
|
||||
for f in files:
|
||||
if (os.path.splitext(f)[1] in ['.mp4']):
|
||||
if (os.path.splitext(f)[1] in ['.mp4', '.mkv']):
|
||||
#print('{}{}'.format(indent, f))
|
||||
results.append(dict(name='{}{}'.format(indent, f), bank='-'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user