mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-24 07:30:57 +01:00
consolidate interfaces
This commit is contained in:
parent
cc679f3561
commit
52aeb3c40b
62 changed files with 462 additions and 472 deletions
|
|
@ -45,7 +45,7 @@ namespace Emby.Server.Implementations.MediaEncoder
|
|||
/// Gets the chapter images data path.
|
||||
/// </summary>
|
||||
/// <value>The chapter images data path.</value>
|
||||
private string GetChapterImagesPath(IHasImages item)
|
||||
private string GetChapterImagesPath(IHasMetadata item)
|
||||
{
|
||||
return Path.Combine(item.GetInternalMetadataPath(), "chapters");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue