Skip to content

Commit

Permalink
Add hbbtv as supported facet for dreisat
Browse files Browse the repository at this point in the history
  • Loading branch information
iNaD committed Jan 6, 2019
1 parent b358e36 commit 67daf72
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
2 changes: 1 addition & 1 deletion src/INFO
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion src/Mediatheken/DreiSat.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class DreiSat extends Mediathek
* @var array
*/
private static $UNSUPPORTED_FACETS = [
'hbbtv',
'restriction_useragent',
];
/**
Expand Down
2 changes: 1 addition & 1 deletion src/SynoFileHostingMediathek.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* All public functions are required by Synology Download Station.
*
* @author Daniel Gehn <[email protected]>
* @version 0.4.1
* @version 0.4.2
* @copyright 2017-2018 Daniel Gehn
* @license http://opensource.org/licenses/MIT Licensed under MIT License
*/
Expand Down

0 comments on commit 67daf72

Please sign in to comment.