disable dlna server StallEventSubscribe

as of https://github.com/anacrolix/dms/issues/138
This commit is contained in:
nikk gitanes
2024-02-17 16:48:17 +03:00
parent 913c067b87
commit 3fef3ec28f

View File

@@ -65,7 +65,7 @@ func Start() {
FriendlyName: getDefaultFriendlyName(),
NoTranscode: true,
NoProbe: true,
StallEventSubscribe: true,
StallEventSubscribe: false,
Icons: []dms.Icon{
{
Width: 48,