|
|
@ -16,7 +16,7 @@ namespace TrashLib.Tests.Radarr.CustomFormat.Processors.PersistenceSteps
|
|
|
|
{
|
|
|
|
{
|
|
|
|
private ProcessedCustomFormatData QuickMakeCf(string cfName, string trashId, int cfId)
|
|
|
|
private ProcessedCustomFormatData QuickMakeCf(string cfName, string trashId, int cfId)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
return new(cfName, trashId, new JObject())
|
|
|
|
return new ProcessedCustomFormatData(cfName, trashId, new JObject())
|
|
|
|
{
|
|
|
|
{
|
|
|
|
CacheEntry = new TrashIdMapping(trashId, cfName) {CustomFormatId = cfId}
|
|
|
|
CacheEntry = new TrashIdMapping(trashId, cfName) {CustomFormatId = cfId}
|
|
|
|
};
|
|
|
|
};
|
|
|
|