mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 17:44:43 +01:00
added modular configuration
This commit is contained in:
@@ -91,12 +91,4 @@ namespace MediaBrowser.Model.Configuration
|
||||
ExcludeFoldersFromGrouping = new string[] { };
|
||||
}
|
||||
}
|
||||
|
||||
public enum SubtitlePlaybackMode
|
||||
{
|
||||
Default = 0,
|
||||
Always = 1,
|
||||
OnlyForced = 2,
|
||||
None = 3
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user