mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
New: .strm files are now considered media files
This commit is contained in:
parent
8f1bf83f13
commit
4ca828db81
2 changed files with 2 additions and 1 deletions
|
@ -319,6 +319,7 @@ namespace NzbDrone.Core
|
|||
case ".flv":
|
||||
case ".dvr-ms":
|
||||
case ".ogm":
|
||||
case ".strm":
|
||||
{
|
||||
result.QualityType = QualityTypes.SDTV;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue