1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Move more button at the end of actions in listview

This commit is contained in:
MrTimscampi 2020-06-20 21:10:32 +02:00
parent 6afbda6ff3
commit 7dd09909d2
2 changed files with 5 additions and 5 deletions

View file

@ -1356,7 +1356,7 @@ define(['loading', 'appRouter', 'layoutManager', 'connectionManager', 'userSetti
items: result.Items,
showIndexNumber: false,
enableOverview: true,
enablePlayedButton: false,
enablePlayedButton: layoutManager.mobile ? false : true,
imageSize: 'large',
enableSideMediaInfo: false,
highlight: false,