mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Fixed #1035
This commit is contained in:
parent
aa6624c4ef
commit
8ede1cc8dc
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ namespace Ombi.Api.Models.Emby
|
||||||
{
|
{
|
||||||
public class EmbyUserdata
|
public class EmbyUserdata
|
||||||
{
|
{
|
||||||
public int PlaybackPositionTicks { get; set; }
|
public double PlaybackPositionTicks { get; set; }
|
||||||
public int PlayCount { get; set; }
|
public int PlayCount { get; set; }
|
||||||
public bool IsFavorite { get; set; }
|
public bool IsFavorite { get; set; }
|
||||||
public bool Played { get; set; }
|
public bool Played { get; set; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue