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

added music folders view

This commit is contained in:
Luke Pulverenti 2015-11-15 21:33:32 -05:00
parent 6afa97f6b8
commit 8d07bdcc53
6 changed files with 143 additions and 4 deletions

View file

@ -662,6 +662,12 @@
self.endSession = function () {
var session = currentWebAppSession;
if (session) {
session.close();
}
if (currentDevice) {
currentDevice.disconnect();
}