aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Chapters/IChapterManager.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2021-07-25 14:55:59 +0200
committerGitHub <noreply@github.com>2021-07-25 14:55:59 +0200
commit90aba79fb95e2164050df54151b3907d43684f59 (patch)
tree42017ec4b8906c76309ae2763839bd02ce4a1f91 /MediaBrowser.Controller/Chapters/IChapterManager.cs
parent5e2975661dc78e94d6eef2ee1a1e519093ba940c (diff)
parent9aebb86a68cacb2b1f8837e876fa422aa6ca2e4e (diff)
Merge pull request #6346 from richlander/mediabrowser-controller-drawing
Fix warnings in MediaBrowser.Controller/Drawing
Diffstat (limited to 'MediaBrowser.Controller/Chapters/IChapterManager.cs')
-rw-r--r--MediaBrowser.Controller/Chapters/IChapterManager.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Chapters/IChapterManager.cs b/MediaBrowser.Controller/Chapters/IChapterManager.cs
index f82e5b41a..c049bb97e 100644
--- a/MediaBrowser.Controller/Chapters/IChapterManager.cs
+++ b/MediaBrowser.Controller/Chapters/IChapterManager.cs
@@ -12,6 +12,8 @@ namespace MediaBrowser.Controller.Chapters
/// <summary>
/// Saves the chapters.
/// </summary>
+ /// <param name="itemId">The item.</param>
+ /// <param name="chapters">The set of chapters.</param>
void SaveChapters(Guid itemId, IReadOnlyList<ChapterInfo> chapters);
}
}