diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-12-30 00:57:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-30 00:57:11 -0500 |
| commit | 0577c38714902152f6c20ab93e77dec1bae7bfd7 (patch) | |
| tree | 4dd2facb7d376848ae277104b200ad97b81ded7b /MediaBrowser.Controller/Chapters/IChapterManager.cs | |
| parent | c10b152018967ddafe72efbccfe8ca6c586cbf04 (diff) | |
| parent | b8f57f586b218558bcb45259d65dfe990e593559 (diff) | |
Merge pull request #2374 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Controller/Chapters/IChapterManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Chapters/IChapterManager.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Controller/Chapters/IChapterManager.cs b/MediaBrowser.Controller/Chapters/IChapterManager.cs index 4b39e66cc..05517ebcd 100644 --- a/MediaBrowser.Controller/Chapters/IChapterManager.cs +++ b/MediaBrowser.Controller/Chapters/IChapterManager.cs @@ -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(); } } |
