mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix icons
This commit is contained in:
parent
5317ec6951
commit
cc0fd844c3
20 changed files with 92 additions and 54 deletions
|
@ -296,7 +296,7 @@
|
|||
|
||||
function firePlaybackEvent(name, session) {
|
||||
|
||||
$(player).trigger(name, [getPlayerState(session)]);
|
||||
Events.trigger(player, name, [getPlayerState(session)]);
|
||||
}
|
||||
|
||||
function onWebSocketConnectionChange() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue