mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-27 20:45:03 +01:00
Removed guids from the model project
This commit is contained in:
@@ -531,7 +531,7 @@ namespace MediaBrowser.Common.Implementations.ScheduledTasks
|
||||
EndTimeUtc = endTime,
|
||||
Status = status,
|
||||
Name = Name,
|
||||
Id = Id
|
||||
Id = Id.ToString("N")
|
||||
};
|
||||
|
||||
if (ex != null)
|
||||
|
||||
Reference in New Issue
Block a user