jellyfin/Emby.Server.Implementations/ScheduledTasks
Bond_009 1752423e52 Open FileStream with FileMode.Create instead of FileMode.OpenOrCreate
> The OpenWrite method opens a file if one already exists for the file path,
    or creates a new file if one does not exist. For an existing file,
    it does not append the new text to the existing text. Instead,
    it overwrites the existing characters with the new characters.
    If you overwrite a longer string
    (such as "This is a test of the OpenWrite method") with a shorter string
    (such as "Second run"), the file will contain a mix of the strings
    ("Second runtest of the OpenWrite method").

Ref: https://docs.microsoft.com/en-us/dotnet/api/system.io.file.openwrite?view=net-5.0#remarks
2021-01-12 15:51:32 +01:00
..
Tasks Initial upload 2020-12-14 16:14:39 +00:00
Triggers Fix string culture specificity 2021-01-03 20:17:27 +02:00
ScheduledTaskWorker.cs Open FileStream with FileMode.Create instead of FileMode.OpenOrCreate 2021-01-12 15:51:32 +01:00
TaskManager.cs Remove xml docs 2020-12-23 15:03:14 +01:00