mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-29 04:50:20 +00:00
Removed .TS from filter
This commit is contained in:
parent
725c21ed56
commit
b82707d310
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ def refresh_single_m3u_account(account_id):
|
|||
return err_msg
|
||||
|
||||
logger.info(f"M3U has {len(lines)} lines. Now parsing for Streams.")
|
||||
skip_exts = ('.mkv', '.mp4', '.ts', '.m4v', '.wav', '.avi', '.flv', '.m4p', '.mpg',
|
||||
skip_exts = ('.mkv', '.mp4', '.m4v', '.wav', '.avi', '.flv', '.m4p', '.mpg',
|
||||
'.mpeg', '.m2v', '.mp2', '.mpe', '.mpv')
|
||||
|
||||
created_count, updated_count, excluded_count = 0, 0, 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue