mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-05 13:20:32 -05:00
Fix String Format Error in NotificationService
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user