mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01: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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user