mirror of https://github.com/Sonarr/Sonarr
Fixed typo.
This commit is contained in:
parent
c659ba1c10
commit
7e5e136930
|
@ -8,7 +8,7 @@ namespace NzbDrone.Core.IndexerSearch.Definitions
|
|||
|
||||
public override string ToString()
|
||||
{
|
||||
return string.Format("[{0} : {1:yyyy-MM-dd}", Series.Title, AirDate);
|
||||
return string.Format("[{0} : {1:yyyy-MM-dd}]", Series.Title, AirDate);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue