mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
Removed all warnings
This commit is contained in:
parent
a853f80f9e
commit
8b484601f6
8 changed files with 33 additions and 13 deletions
|
@ -166,7 +166,7 @@ namespace Migrator.Providers
|
|||
|
||||
public virtual string Default(object defaultValue)
|
||||
{
|
||||
if (defaultValue is String && defaultValue == String.Empty)
|
||||
if (defaultValue is String && defaultValue.ToString() == String.Empty)
|
||||
{
|
||||
defaultValue = "''";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue