mirror of
https://github.com/metatube-community/jellyfin-plugin-metatube.git
synced 2026-05-12 02:46:49 +08:00
auto reformat
This commit is contained in:
@@ -131,9 +131,7 @@ public class GenerateTrailersTask : IScheduledTask
|
||||
{
|
||||
// Skip if trailer file is up to date.
|
||||
if (File.GetLastWriteTimeUtc(trailerFilePath).CompareTo(lastSavedUtcDateTime) >= 0)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
// Skip if content is not modified.
|
||||
if (string.Equals(await File.ReadAllTextAsync(trailerFilePath, cancellationToken), trailerUrl))
|
||||
|
||||
Reference in New Issue
Block a user