mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Remove test code in update
This commit is contained in:
parent
71fe785c6d
commit
f356b56dbd
@ -80,12 +80,11 @@ namespace MediaBrowser.Common.Implementations.ScheduledTasks.Tasks
|
|||||||
|
|
||||||
progress.Report(10);
|
progress.Report(10);
|
||||||
|
|
||||||
//>>> FOR TESTING
|
if (!updateInfo.IsUpdateAvailable)
|
||||||
//if (!updateInfo.IsUpdateAvailable)
|
{
|
||||||
//{
|
progress.Report(100);
|
||||||
// progress.Report(100);
|
return;
|
||||||
// return;
|
}
|
||||||
//}
|
|
||||||
|
|
||||||
cancellationToken.ThrowIfCancellationRequested();
|
cancellationToken.ThrowIfCancellationRequested();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user