mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
consolidate interfaces
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user