New: Use MediaInfo on File Parsing

This commit is contained in:
Qstick
2019-07-15 22:27:35 -04:00
parent ada9b944dc
commit bfc467dd96
51 changed files with 1092 additions and 689 deletions
@@ -5,8 +5,8 @@ namespace NzbDrone.Core.Update.Commands
public class ApplicationUpdateCommand : Command
{
public override bool SendUpdatesToClient => true;
public override bool RequiresDiskAccess => true;
public override bool IsExclusive => true;
public override string CompletionMessage => "Restarting Radarr to apply updates";
public override string CompletionMessage => null;
}
}