mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fix String Format Error in NotificationService
This commit is contained in:
parent
7776862359
commit
2f74ad6540
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ namespace NzbDrone.Core.Notifications
|
|||
|
||||
var albumTitles = string.Join(" + ", albums.Select(e => e.Title));
|
||||
|
||||
return string.Format("{0} - {1} - [{4}]",
|
||||
return string.Format("{0} - {1} - [{2}]",
|
||||
artist.Name,
|
||||
albumTitles,
|
||||
qualityString);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue