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

fix video stream without extension in url

This commit is contained in:
Luke Pulverenti 2014-04-27 14:09:16 -04:00
parent b44c10384c
commit 2189c2e40f

View file

@ -75,7 +75,8 @@
notificationConfig = {
DisabledMonitorUsers: [],
SendToUsers: [],
DisabledServices: []
DisabledServices: [],
SendToUserMode: 'Admins'
};
}