mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-27 20:41:54 +00:00
separate player selection into it's own script
This commit is contained in:
@@ -26,11 +26,5 @@ namespace MediaBrowser.Controller.Chapters
|
||||
/// <param name="cancellationToken">The cancellation token.</param>
|
||||
/// <returns>Task.</returns>
|
||||
Task SaveChapters(string itemId, List<ChapterInfo> chapters, CancellationToken cancellationToken);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the configuration.
|
||||
/// </summary>
|
||||
/// <returns>ChapterOptions.</returns>
|
||||
ChapterOptions GetConfiguration();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -121,7 +121,6 @@ namespace MediaBrowser.Controller.Entities
|
||||
{
|
||||
LibraryOptions[path] = options;
|
||||
|
||||
options.SchemaVersion = 3;
|
||||
XmlSerializer.SerializeToFile(options, GetLibraryOptionsPath(path));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user