1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Set default state

This commit is contained in:
Tim Hobbs 2014-04-15 21:52:35 -07:00
parent 16f2e53459
commit 98ad2eb595

View file

@ -965,6 +965,8 @@
self.isPaused = false; self.isPaused = false;
self.isMuted = false;
self.playlist = []; self.playlist = [];
self.playlistIndex = 0; self.playlistIndex = 0;