mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 10:43:30 +01:00
Add PrimaryImageAspectRatio to user dto
This commit is contained in:
8
MediaBrowser.Model/Dto/IItemDto.cs
Normal file
8
MediaBrowser.Model/Dto/IItemDto.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
namespace MediaBrowser.Model.Dto
|
||||
{
|
||||
public interface IItemDto
|
||||
{
|
||||
double? PrimaryImageAspectRatio { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user