update recording file name

This commit is contained in:
Luke Pulverenti
2016-08-29 14:42:53 -04:00
parent f0864b1dae
commit 06ebf9d3c2
9 changed files with 5 additions and 72 deletions

View File

@@ -423,10 +423,6 @@ namespace MediaBrowser.Common.Implementations.ScheduledTasks
CurrentProgress = null;
OnTaskCompleted(startTime, endTime, status, failureException);
// Bad practice, i know. But we keep a lot in memory, unfortunately.
GC.Collect(2, GCCollectionMode.Forced, true);
GC.Collect(2, GCCollectionMode.Forced, true);
}
/// <summary>