Skip to content

Commit 83d5dcf

Browse files
committed
#1090 fix missing tvservice
1 parent 50deda4 commit 83d5dcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/de/mediathekview/mserver/crawler/dreisat/DreisatConstants.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public final class DreisatConstants {
2222

2323
static {
2424
PARTNER_TO_SENDER.put("3sat", Sender.DREISAT);
25+
PARTNER_TO_SENDER.put("EMPTY", Sender.DREISAT);
2526
}
2627

2728
private DreisatConstants() {}

0 commit comments

Comments
 (0)