diff options
| author | jakobkukla <jakob.kukla@gmail.com> | 2026-04-16 11:38:01 +0200 |
|---|---|---|
| committer | jakobkukla <jakob.kukla@gmail.com> | 2026-05-21 20:48:41 +0200 |
| commit | 37350282cc18a977162dcf14fe9b6068d29d6edf (patch) | |
| tree | 4f8d14a4ef9e96e092238fb521955ae389dbaf87 /Emby.Naming/ExternalFiles/ExternalPathParser.cs | |
| parent | e63bc1e27ceaab759fc2d2828115036d620fbd07 (diff) | |
Run tree-wide dotnet format
Diffstat (limited to 'Emby.Naming/ExternalFiles/ExternalPathParser.cs')
| -rw-r--r-- | Emby.Naming/ExternalFiles/ExternalPathParser.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Naming/ExternalFiles/ExternalPathParser.cs b/Emby.Naming/ExternalFiles/ExternalPathParser.cs index 3461b3c0d6..8e7da5db42 100644 --- a/Emby.Naming/ExternalFiles/ExternalPathParser.cs +++ b/Emby.Naming/ExternalFiles/ExternalPathParser.cs @@ -70,7 +70,7 @@ namespace Emby.Naming.ExternalFiles if (lastSeparator == -1) { - break; + break; } string currentSlice = languageString[lastSeparator..]; |
