mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-18 16:16:17 +00:00
fixed user image scaling
This commit is contained in:
@@ -1458,10 +1458,10 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
recursiveItemCount++;
|
||||
|
||||
// Check is recently added
|
||||
if (child.IsRecentlyAdded())
|
||||
{
|
||||
rcentlyAddedItemCount++;
|
||||
}
|
||||
//if (child.IsRecentlyAdded())
|
||||
//{
|
||||
// rcentlyAddedItemCount++;
|
||||
//}
|
||||
|
||||
var isUnplayed = true;
|
||||
|
||||
|
||||
@@ -621,5 +621,7 @@
|
||||
"ButtonVolumeUp": "Volume up",
|
||||
"ButtonVolumeDown": "Volume down",
|
||||
"ButtonMute": "Mute",
|
||||
"HeaderLatestMedia": "Latest Media"
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"OptionNoSubtitles": "No Subtitles",
|
||||
"OptionSpecialFeatures": "Special Features"
|
||||
}
|
||||
Reference in New Issue
Block a user