Inconsistencies in the update/restart process

Hi,

Don’t know where to report possible bugs.
But I found some inconsistencies in the update/restart process.

Updating Sonarr

/usr/local/bin/mono --debug /share/MD0_DATA/.qpkg/Sonarr/Sonarr/NzbDrone.exe /nobrowser

Restarting Sonarr.

/usr/local/bin/mono --debug /share/MD0_DATA/.qpkg/Sonarr/Sonarr/NzbDrone.exe --restart --nobrowser

Notice the inconsistency. Restarting uses a different arg syntax for nobrowser than when updating.

It’s not a bug, sonarr handles various formats for those arguments, --sumthin is the preferred one. Nothing to worry about.