mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
Migrate to trickplay table to EF. Rename vars/methods/members to have consistent use of tile and thumbnail
This commit is contained in:
@@ -531,7 +531,7 @@ public class SkiaEncoder : IImageEncoder
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public int CreateTrickplayGrid(ImageCollageOptions options, int quality, int imgWidth, int? imgHeight)
|
||||
public int CreateTrickplayTile(ImageCollageOptions options, int quality, int imgWidth, int? imgHeight)
|
||||
{
|
||||
var paths = options.InputPaths;
|
||||
var tileWidth = options.Width;
|
||||
|
||||
@@ -50,7 +50,7 @@ public class NullImageEncoder : IImageEncoder
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public int CreateTrickplayGrid(ImageCollageOptions options, int quality, int imgWidth, int? imgHeight)
|
||||
public int CreateTrickplayTile(ImageCollageOptions options, int quality, int imgWidth, int? imgHeight)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user