mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update context menu
This commit is contained in:
parent
289b252066
commit
0ce19d6e79
7 changed files with 148 additions and 29 deletions
|
@ -2029,6 +2029,9 @@ var AppInfo = {};
|
|||
},
|
||||
currentPlaylistIndex: function (options) {
|
||||
return MediaController.currentPlaylistIndex(options);
|
||||
},
|
||||
canQueueMediaType: function(mediaType) {
|
||||
return MediaController.canQueueMediaType(mediaType);
|
||||
}
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue