mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
Disable caching for php-tmdb
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2017-08-30 DariusIII
|
||||
* Chg: Disable caching for php-tmdb
|
||||
* Chg: Update Tmux class, use Models/Tmux and change usage of $pdo variable
|
||||
* Chg: Update bytesToSizeString function in Utility class
|
||||
2017-08-29 DariusIII
|
||||
|
||||
+1
-1
@@ -176,7 +176,7 @@ class Movie
|
||||
$this->tmdbtoken = new ApiToken(Settings::value('APIs..tmdbkey'));
|
||||
$this->tmdbclient = new TmdbClient($this->tmdbtoken, [
|
||||
'cache' => [
|
||||
'path' => NN_TMP
|
||||
'enabled' => false
|
||||
]
|
||||
]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user