From 178d00b14dc62ff41c4823e70cd2c721750caa4f Mon Sep 17 00:00:00 2001 From: Dorian Stoll Date: Sat, 5 Mar 2022 15:06:59 +0100 Subject: [PATCH 1/2] Readd .strm as an allowed extension for videos --- Emby.Naming/Common/NamingOptions.cs | 1 + 1 file changed, 1 insertion(+) 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", From 7af1cae883daafd178a4bf81fffaefd7a80e517d Mon Sep 17 00:00:00 2001 From: Dorian Stoll Date: Sat, 5 Mar 2022 22:15:43 +0100 Subject: [PATCH 2/2] Add myself to CONTRIBUTORS.md --- CONTRIBUTORS.md | 1 + 1 file changed, 1 insertion(+) 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)