mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
disable dlna server StallEventSubscribe
as of https://github.com/anacrolix/dms/issues/138
This commit is contained in:
@@ -65,7 +65,7 @@ func Start() {
|
||||
FriendlyName: getDefaultFriendlyName(),
|
||||
NoTranscode: true,
|
||||
NoProbe: true,
|
||||
StallEventSubscribe: true,
|
||||
StallEventSubscribe: false,
|
||||
Icons: []dms.Icon{
|
||||
{
|
||||
Width: 48,
|
||||
|
||||
Reference in New Issue
Block a user