Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusIII committed Oct 2, 2018
2 parents 04faa3e + 34292b1 commit ae2768c
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 59 deletions.
2 changes: 1 addition & 1 deletion Blacklight/processing/tv/TVDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/
class TVDB extends TV
{
private const TVDB_IMAGES_URL = 'https://www.thetvdb.com/banners/';
private const TVDB_IMAGES_URL = 'https://www.thetvdb.com/banners';
private const TVDB_API_KEY = '31740C28BAC74DEF';
private const MATCH_PROBABILITY = 75;

Expand Down
2 changes: 2 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
2018-10-02 DariusIII
* Fix: Fix wrong link to tvdb banners
* Chg: Update laravel/framework to version 5.7.7 and imdbphp/imdbphp to version 6.0.4
* Chg: Update branches and their handling, remove restriction for updating non dev branches
2018-10-01 DariusIII
* Chg: Make cache persistent
Expand Down
154 changes: 96 additions & 58 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ae2768c

Please sign in to comment.