Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
@ -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();
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 5.1 KiB |