mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
dlna fixes
This commit is contained in:
@@ -74,7 +74,7 @@ namespace MediaBrowser.Common.Implementations.ScheduledTasks.Tasks
|
||||
|
||||
progress.Report(90);
|
||||
|
||||
minDateModified = DateTime.UtcNow.AddDays(-3);
|
||||
minDateModified = DateTime.UtcNow.AddDays(-2);
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user