Browse Source

Readd .strm as an allowed extension for videos

Dorian Stoll 3 years ago
parent
commit
178d00b14d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Emby.Naming/Common/NamingOptions.cs

+ 1 - 0
Emby.Naming/Common/NamingOptions.cs

@@ -66,6 +66,7 @@ namespace Emby.Naming.Common
                 ".rec",
                 ".rm",
                 ".rmvb",
+                ".strm",
                 ".svq3",
                 ".tp",
                 ".ts",