diff --git a/Changelog b/Changelog index d91791150..722320b2e 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2015-11-03 DariusIII + Chg: Move TmdbAPI back to libs/Tmdb folder Fix: Possible fix for release edit problem 2015-11-02 DariusIII Fix: Descriptions in TV.php diff --git a/newznab/libraries/TmdbAPI.php b/libs/Tmdb/TmdbAPI.php similarity index 99% rename from newznab/libraries/TmdbAPI.php rename to libs/Tmdb/TmdbAPI.php index 2c8bb8e11..45c210ece 100644 --- a/newznab/libraries/TmdbAPI.php +++ b/libs/Tmdb/TmdbAPI.php @@ -68,7 +68,7 @@ * // Person images https://api.themoviedb.org/3/person/287/images */ -namespace newznab\libraries; +namespace libs\Tmdb; use libs\Tmdb\Data\Collection; use libs\Tmdb\Data\Episode; diff --git a/newznab/processing/tv/TMDB.php b/newznab/processing/tv/TMDB.php index 057609d69..f382ffcfc 100644 --- a/newznab/processing/tv/TMDB.php +++ b/newznab/processing/tv/TMDB.php @@ -1,7 +1,7 @@