Fixed: Rename movie not working (#1970) (Fixes #1908)

This commit is contained in:
Leonardo Galli
2017-08-20 22:12:02 +02:00
committed by GitHub
parent 4d5a5ed2c1
commit 685c5daf36
6 changed files with 96 additions and 30 deletions
@@ -105,5 +105,9 @@ namespace NzbDrone.Common.Extensions
yield return buffer.Dequeue();
}
}
public static bool In<T>(this T source, List<T> list)
{
return list.Contains(source);
}
}
}