Fix warnings in MediaBrowser.Controller/Drawing

This commit is contained in:
Rich Lander
2021-07-24 20:33:58 -07:00
parent 5a9bd712b3
commit 9aebb86a68
7 changed files with 15 additions and 4 deletions

View File

@@ -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);
}
}