mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
play button refinement
This commit is contained in:
parent
d8a8353cc5
commit
760e6a6f0c
4 changed files with 7 additions and 76 deletions
|
@ -303,7 +303,7 @@
|
|||
html += '<li><a href="#" onclick="MediaPlayer.playById(\'' + itemId + '\');LibraryBrowser.closePlayMenu();">Play</a></li>';
|
||||
|
||||
if (resumePositionTicks) {
|
||||
html += '<li><a href="#" onclick="MediaPlayer.playById(\'' + itemId + '\', resumePositionTicks);LibraryBrowser.closePlayMenu();">Play</a></li>';
|
||||
html += '<li><a href="#" onclick="MediaPlayer.playById(\'' + itemId + '\', ' + resumePositionTicks + ');LibraryBrowser.closePlayMenu();">Resume</a></li>';
|
||||
}
|
||||
|
||||
if (isPlaying && MediaPlayer.canQueue(mediaType)) {
|
||||
|
@ -321,7 +321,7 @@
|
|||
|
||||
$(this).off("popupafterclose").remove();
|
||||
|
||||
}).parents(".ui-popup-container").css("margin-left", 100);
|
||||
}).parents(".ui-popup-container").css("margin-left", 110).css("margin-top", 50);
|
||||
},
|
||||
|
||||
closePlayMenu: function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue