mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +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(),
|
FriendlyName: getDefaultFriendlyName(),
|
||||||
NoTranscode: true,
|
NoTranscode: true,
|
||||||
NoProbe: true,
|
NoProbe: true,
|
||||||
StallEventSubscribe: true,
|
StallEventSubscribe: false,
|
||||||
Icons: []dms.Icon{
|
Icons: []dms.Icon{
|
||||||
{
|
{
|
||||||
Width: 48,
|
Width: 48,
|
||||||
|
|||||||
Reference in New Issue
Block a user