mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-23 22:17:15 -04:00
parent
f0f8a4ffaf
commit
8d0a26e284
1 changed files with 1 additions and 1 deletions
|
@ -789,7 +789,7 @@ namespace NzbDrone.Core.Datastore.Migration
|
|||
|
||||
private string MigratePrimaries(string primary)
|
||||
{
|
||||
return primary.Replace("BT.", "bt");
|
||||
return primary.IsNotNullOrWhiteSpace() ? primary.Replace("BT.", "bt") : primary;
|
||||
}
|
||||
|
||||
private string MigrateTransferCharacteristics(string transferCharacteristics)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue