using(varupdateClientCmd=conn.CreateCommand(tran,$"UPDATE DownloadClients SET RemoveCompletedDownloads = (CASE WHEN Implementation = \"RTorrent\" THEN 0 ELSE ? END), RemoveFailedDownloads = ?"))
using(varupdateClientCmd=conn.CreateCommand(tran,$"UPDATE DownloadClients SET RemoveCompletedDownloads = (CASE WHEN Implementation IN (\"RTorrent\", \"Flood\") THEN 0 ELSE ? END), RemoveFailedDownloads = ?"))
publicoverrideProviderMessageMessage=>newProviderMessage("Sonarr is unable to remove torrents that have finished seeding when using Flood",ProviderMessageType.Warning);
publicoverrideProviderMessageMessage=>newProviderMessage("Sonarr will handle automatic removal of torrents based on the current seed criteria in Settings -> Indexers",ProviderMessageType.Info);