This commit is contained in:
tidusjar 2016-10-09 01:13:52 +01:00
commit 6e3e290359
22 changed files with 766 additions and 34 deletions

View file

@ -246,7 +246,7 @@ namespace PlexRequests.UI.Helpers
var tasks = new List<Task>();
foreach (var r in episodes)
{
if (r.monitored || r.hasFile) // If it's already montiored or has the file, there is no point in updating it
if (r.monitored || r.hasFile) // If it's already monitored or has the file, there is no point in updating it
{
continue;
}