Changeset 44905


Ignore:
Timestamp:
08/23/20 01:03:36 (4 years ago)
Author:
obi
Message:

fix sportspndemand

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/mediathek/localhoster/hoster.sh

    r44903 r44905  
    880880        echo  "$INPUT" > /tmp/.last_hoster_$TYPE_$hoster.log
    881881        case $hoster in
    882                 apl3|apl13) apl3 $INPUT;;
     882                apl3|apl13|apl14|apl15) apl3 $INPUT;;
    883883                ecostream) ecostream $INPUT;;
    884884                giga) giga $INPUT;;
     
    924924        echo  "$INPUT" > /tmp/.last_hoster_$TYPE_$hoster2.log
    925925        case $hoster2 in
    926                 apl3|apl13) apl3 $INPUT;;
     926                apl3|apl13|apl14|apl15) apl3 $INPUT;;
    927927                ecostream) ecostream $INPUT;;
    928928                giga) giga $INPUT;;
Note: See TracChangeset for help on using the changeset viewer.