mirror of
https://github.com/lidarr/Lidarr
synced 2025-03-16 08:39:36 +00:00
Actually fixed what I said I fixed last time
This commit is contained in:
parent
adf0fc8990
commit
d5917f34ad
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ namespace NzbDrone.Core.Notifications
|
||||||
{
|
{
|
||||||
var qualityString = quality.Quality.ToString();
|
var qualityString = quality.Quality.ToString();
|
||||||
|
|
||||||
if (quality.Revision.Version > 0)
|
if (quality.Revision.Version > 1)
|
||||||
{
|
{
|
||||||
if (series.SeriesType == SeriesTypes.Anime)
|
if (series.SeriesType == SeriesTypes.Anime)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue