mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-26 02:27:06 +01:00
add new image params
This commit is contained in:
@@ -1820,7 +1820,11 @@ namespace MediaBrowser.Controller.Entities
|
||||
if (pct > 0)
|
||||
{
|
||||
pct = userData.PlaybackPositionTicks / pct;
|
||||
dto.PlayedPercentage = 100 * pct;
|
||||
|
||||
if (pct > 0)
|
||||
{
|
||||
dto.PlayedPercentage = 100 * pct;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user