mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 09:44:47 +03:00
Removed loose whitespace and one .ToArray() call.
This commit is contained in:
@@ -143,7 +143,7 @@ namespace Emby.Server.Implementations.ScheduledTasks
|
||||
|
||||
Directory.CreateDirectory(parentPath);
|
||||
|
||||
string text = string.Join("|", previouslyFailedImages.ToArray());
|
||||
string text = string.Join("|", previouslyFailedImages);
|
||||
File.WriteAllText(failHistoryPath, text);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user