mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 15:01:41 +02:00
support additional names for season folders
This commit is contained in:
parent
53f4e849fd
commit
7e8d11cb2a
1 changed files with 3 additions and 1 deletions
|
|
@ -32,7 +32,9 @@ namespace MediaBrowser.Controller.Library
|
|||
"sæson",
|
||||
"temporada",
|
||||
"saison",
|
||||
"staffel"
|
||||
"staffel",
|
||||
"series",
|
||||
"сезон"
|
||||
};
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Reference in a new issue