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:
parent
b44c10384c
commit
2189c2e40f
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,8 @@
|
||||||
notificationConfig = {
|
notificationConfig = {
|
||||||
DisabledMonitorUsers: [],
|
DisabledMonitorUsers: [],
|
||||||
SendToUsers: [],
|
SendToUsers: [],
|
||||||
DisabledServices: []
|
DisabledServices: [],
|
||||||
|
SendToUserMode: 'Admins'
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue