1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-30 19:56:54 +00:00

Fixed typo.

This commit is contained in:
Taloth Saldono 2017-08-09 23:02:25 +02:00
parent c659ba1c10
commit 7e5e136930

View file

@ -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);
}
}
}
}