|
|
|
@ -144,8 +144,7 @@ internal class CustomFormatUpdater : ICustomFormatUpdater
|
|
|
|
|
|
|
|
|
|
foreach (var (cfName, dupes) in _guideProcessor.DuplicatedCustomFormats)
|
|
|
|
|
{
|
|
|
|
|
Log.Warning("{CfName} is duplicated {DupeTimes} with the following Trash IDs:", cfName,
|
|
|
|
|
dupes.Count);
|
|
|
|
|
Log.Warning("{CfName} is duplicated {DupeTimes} with the following Trash IDs:", cfName, dupes.Count);
|
|
|
|
|
foreach (var cf in dupes)
|
|
|
|
|
{
|
|
|
|
|
Log.Warning(" - {TrashId}", cf.TrashId);
|
|
|
|
@ -193,7 +192,7 @@ internal class CustomFormatUpdater : ICustomFormatUpdater
|
|
|
|
|
"still be synced to Radarr, but no score will be set in your chosen quality profiles");
|
|
|
|
|
foreach (var tuple in _guideProcessor.CustomFormatsWithoutScore)
|
|
|
|
|
{
|
|
|
|
|
Log.Warning("{CfList}", tuple);
|
|
|
|
|
Log.Information("{CfList}", tuple);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
Console.WriteLine("");
|
|
|
|
|