Browse Source

make .cbz a well-known extension, so that no extension is added (#1960)

pull/1961/head
Sander 4 years ago
committed by GitHub
parent
commit
3952965632
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      sabnzbd/utils/file_extension.py

1
sabnzbd/utils/file_extension.py

@ -170,6 +170,7 @@ DOWNLOAD_EXT = (
"bin",
"bup",
"cbr",
"cbz",
"clpi",
"crx",
"db",

Loading…
Cancel
Save