diff options
| author | Cody Robibero <cody@robibe.ro> | 2022-03-05 15:03:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-05 15:03:45 -0700 |
| commit | 15cae4ef00e4411b4219f902a3c301035be95afb (patch) | |
| tree | e0fba2ad9ea6da54a8873f0c8259d84d14b85308 | |
| parent | bc3cb04c0bf8569916f4a9265788b01db5d7fe83 (diff) | |
| parent | 7af1cae883daafd178a4bf81fffaefd7a80e517d (diff) | |
Merge pull request #7405 from StollD/fix-strm-files
| -rw-r--r-- | CONTRIBUTORS.md | 1 | ||||
| -rw-r--r-- | Emby.Naming/Common/NamingOptions.cs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 76b3c1dcb..1f0e028c1 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -117,6 +117,7 @@ - [ssenart](https://github.com/ssenart) - [stanionascu](https://github.com/stanionascu) - [stevehayles](https://github.com/stevehayles) + - [StollD](https://github.com/StollD) - [SuperSandro2000](https://github.com/SuperSandro2000) - [tbraeutigam](https://github.com/tbraeutigam) - [teacupx](https://github.com/teacupx) diff --git a/Emby.Naming/Common/NamingOptions.cs b/Emby.Naming/Common/NamingOptions.cs index de9c75da2..961efa48e 100644 --- a/Emby.Naming/Common/NamingOptions.cs +++ b/Emby.Naming/Common/NamingOptions.cs @@ -66,6 +66,7 @@ namespace Emby.Naming.Common ".rec", ".rm", ".rmvb", + ".strm", ".svq3", ".tp", ".ts", |
