cli: add option to disable network change detection (#11253)

This commit is contained in:
gnattu
2024-09-10 03:17:10 +08:00
committed by GitHub
parent 3da081ba86
commit 987dbe98c8
4 changed files with 25 additions and 3 deletions

View File

@@ -20,7 +20,8 @@ namespace Emby.Server.Implementations
{ PlaylistsAllowDuplicatesKey, bool.FalseString },
{ BindToUnixSocketKey, bool.FalseString },
{ SqliteCacheSizeKey, "20000" },
{ FfmpegSkipValidationKey, bool.FalseString }
{ FfmpegSkipValidationKey, bool.FalseString },
{ DetectNetworkChangeKey, bool.TrueString }
};
}
}