mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-23 18:44:45 +01:00
update active recordings
This commit is contained in:
@@ -261,9 +261,10 @@ namespace MediaBrowser.Server.Mono
|
||||
{
|
||||
var args = Environment.GetCommandLineArgs()
|
||||
.Skip(1)
|
||||
.Select(NormalizeCommandLineArgument);
|
||||
.Select(NormalizeCommandLineArgument)
|
||||
.ToArray();
|
||||
|
||||
commandLineArgsString = string.Join(" ", args.ToArray());
|
||||
commandLineArgsString = string.Join(" ", args);
|
||||
}
|
||||
|
||||
_logger.Info("Executable: {0}", module);
|
||||
|
||||
Reference in New Issue
Block a user