diff --git a/composer.json b/composer.json index 71dfdc3..79e30ec 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "homepage": "https://theinad.com", "license": "MIT", "name": "theinad/mediathek", - "version": "0.4.1", + "version": "0.4.2", "autoload": { "psr-4": { "TheiNaD\\DSMediatheken\\": "src/" diff --git a/src/INFO b/src/INFO index cc87e2d..5857c65 100644 --- a/src/INFO +++ b/src/INFO @@ -2,7 +2,7 @@ "name": "mediathek", "hostprefix": "zdf.de,3sat.de,ardmediathek.de,mediathek.daserste.de,mediathek.rbb-online.de,wdr.de,one.ard.de,arte.tv,kika.de,ndr.de,mdr.de", "displayname": "ÖR Mediatheken", - "version": "0.4.1", + "version": "0.4.2", "authentication": "no", "module": "SynoFileHostingMediathek.php", "class": "TheiNaD\\DSMediatheken\\SynoFileHostingMediathek", diff --git a/src/Mediatheken/DreiSat.php b/src/Mediatheken/DreiSat.php index 2fedd04..c2ebfee 100644 --- a/src/Mediatheken/DreiSat.php +++ b/src/Mediatheken/DreiSat.php @@ -22,7 +22,6 @@ class DreiSat extends Mediathek * @var array */ private static $UNSUPPORTED_FACETS = [ - 'hbbtv', 'restriction_useragent', ]; /** diff --git a/src/SynoFileHostingMediathek.php b/src/SynoFileHostingMediathek.php index 0e5ca84..88bf2c1 100644 --- a/src/SynoFileHostingMediathek.php +++ b/src/SynoFileHostingMediathek.php @@ -41,7 +41,7 @@ * All public functions are required by Synology Download Station. * * @author Daniel Gehn - * @version 0.4.1 + * @version 0.4.2 * @copyright 2017-2018 Daniel Gehn * @license http://opensource.org/licenses/MIT Licensed under MIT License */