diff --git a/build/nntmux.xml b/build/nntmux.xml
index 626263a4f..ab928dac9 100755
--- a/build/nntmux.xml
+++ b/build/nntmux.xml
@@ -8,7 +8,7 @@
9
- 5249
+ 5250
0000-00-00
diff --git a/newznab/http/RSS.php b/newznab/http/RSS.php
index 3cd344c13..b0b8ceb17 100755
--- a/newznab/http/RSS.php
+++ b/newznab/http/RSS.php
@@ -110,7 +110,7 @@ Class RSS extends Capabilities
($aniDbID > 0 ? sprintf('AND r.anidbid = %d %s', $aniDbID, ($catSearch == '' ? $catLimit : '')) : ''),
($airDate > -1 ? sprintf('AND tve.firstaired >= DATE_SUB(CURDATE(), INTERVAL %d DAY)', $airDate) : ''),
(' LIMIT 0,' . ($offset > 100 ? 100 : $offset))
- ), true, nZEDb_CACHE_EXPIRY_MEDIUM
+ ), true, NN_CACHE_EXPIRY_MEDIUM
);
return $sql;
}
@@ -164,7 +164,7 @@ Class RSS extends Capabilities
Category::TV_OTHER,
$this->releases->showPasswords,
(' LIMIT ' . ($limit > 100 ? 100 : $limit) . ' OFFSET 0')
- ), true, nZEDb_CACHE_EXPIRY_MEDIUM
+ ), true, NN_CACHE_EXPIRY_MEDIUM
);
}
@@ -216,7 +216,7 @@ Class RSS extends Capabilities
(' LIMIT ' . ($limit > 100 ? 100 : $limit) . ' OFFSET 0')
),
true,
- nZEDb_CACHE_EXPIRY_MEDIUM
+ NN_CACHE_EXPIRY_MEDIUM
);
}