mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix export of "showPlayerSelection()" by renaming it to "show()"
This commit is contained in:
parent
70d01c92d4
commit
76ad33449f
1 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ function getIcon(target) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export function showPlayerSelection(button) {
|
export function show(button) {
|
||||||
|
|
||||||
var currentPlayerInfo = playbackManager.getPlayerInfo();
|
var currentPlayerInfo = playbackManager.getPlayerInfo();
|
||||||
|
|
||||||
|
@ -321,5 +321,5 @@ events.on(playbackManager, 'pairerror', function (e) {
|
||||||
});
|
});
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
show: showPlayerSelection
|
show: show
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue