commit
0b70512cdc
|
@ -633,10 +633,13 @@ namespace MediaBrowser.Server.Implementations.Session
|
|||
data.PlayCount++;
|
||||
data.LastPlayedDate = DateTime.UtcNow;
|
||||
|
||||
if (!(item is Video) && item.SupportsPlayedStatus)
|
||||
if (item.SupportsPlayedStatus)
|
||||
{
|
||||
if (!(item is Video))
|
||||
{
|
||||
data.Played = true;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
data.Played = false;
|
||||
|
|
Loading…
Reference in New Issue
Block a user