mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remember display mirroring
This commit is contained in:
parent
29afe3348c
commit
6350971623
7 changed files with 76 additions and 45 deletions
|
@ -555,14 +555,7 @@
|
|||
self.displayContent = function (options) {
|
||||
|
||||
// Handle it the same as a remote control command
|
||||
Dashboard.onBrowseCommand({
|
||||
|
||||
ItemName: options.itemName,
|
||||
ItemType: options.itemType,
|
||||
ItemId: options.itemId,
|
||||
Context: options.context
|
||||
|
||||
});
|
||||
Dashboard.onBrowseCommand(options);
|
||||
};
|
||||
|
||||
self.getItemsForPlayback = function (query) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue