mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-27 11:14:47 +03:00
Update to 3.5.2 and .net core 2.1
This commit is contained in:
@@ -33,11 +33,6 @@ namespace MediaBrowser.Providers.Chapters
|
||||
_itemRepo = itemRepo;
|
||||
}
|
||||
|
||||
public List<ChapterInfo> GetChapters(string itemId)
|
||||
{
|
||||
return _itemRepo.GetChapters(new Guid(itemId));
|
||||
}
|
||||
|
||||
public void SaveChapters(string itemId, List<ChapterInfo> chapters)
|
||||
{
|
||||
_itemRepo.SaveChapters(new Guid(itemId), chapters);
|
||||
|
||||
Reference in New Issue
Block a user