Changeset 46225


Ignore:
Timestamp:
09/22/22 00:03:02 (19 months ago)
Author:
obi
Message:

fix

Location:
titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/mediathek/localparser_secret/vavoo.sh

    r46223 r46225  
    3434{
    3535        rm -rf $TMP > /dev/null 2>&1
    36         echo "$NAME ($TYPE)#$SRC $SRC mainmenu#http://openaaf.dyndns.tv/mediathek/menu/$PARSER.jpg#$PARSER.jpg#TiThek#2000"
     36        echo "$NAME ($TYPE)#$SRC $SRC mainmenu#http://openaaf.dyndns.tv/mediathek/menu/$PARSER.jpg#$PARSER.jpg#TiThek#66"
    3737}
    3838
  • titan/plugins/player/tithek/tithek.h

    r46223 r46225  
    8888//flag 65   - tvtoast local serach
    8989//flag 66   - coming soon dummy
     90//flag 666   - coming soon dummy
    9091//flag 67   - rtlnitronow
    9192//flag 68   - rtlnitronow pay
     
    32143215                                }
    32153216*/
    3216                                 else if((((struct tithek*)listbox->select->handle)->flag == 66))
     3217                                else if((((struct tithek*)listbox->select->handle)->flag == 666))
    32173218                                {
    32183219                                        textbox(_("Message"), _("The hoster is not yet supported !"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 5, 0);
     
    32313232                                        if(((struct tithek*)listbox->select->handle)->flag == 1000)
    32323233                                                pincheck = screenpincheck(0, NULL);
    3233                                         else if(((struct tithek*)listbox->select->handle)->flag == 2000)
     3234                                        else if(((struct tithek*)listbox->select->handle)->flag == 66)
    32343235                                                pincheck = screenpincheck(4, NULL);
    32353236
     
    32433244                                        if(((struct tithek*)listbox->select->handle)->flag == 1000)
    32443245                                                pincheck = screenpincheck(0, NULL);
    3245                                         else if(((struct tithek*)listbox->select->handle)->flag == 2000)
     3246                                        else if(((struct tithek*)listbox->select->handle)->flag == 66)
    32463247                                                pincheck = screenpincheck(4, NULL);
    32473248                                        if(pincheck == 0)
Note: See TracChangeset for help on using the changeset viewer.