Changeset 25864


Ignore:
Timestamp:
02/05/14 09:56:56 (10 years ago)
Author:
gost
Message:

[titan] fix error reboot when play ts file... ticket 27

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/play.h

    r25767 r25864  
    651651                addmenulist(&mlist, "Search on ARD (local)", NULL, NULL, 0, 0);
    652652                addmenulist(&mlist, "Search on ZDF (local)", NULL, NULL, 0, 0);
    653                 addmenulist(&mlist, "Search on TecTime (local)", NULL, NULL, 0, 0);
     653                addmenulist(&mlist, "Search on DrDish (local)", NULL, NULL, 0, 0);
    654654                addmenulist(&mlist, "Search on Giga (local)", NULL, NULL, 0, 0);
    655655                addmenulist(&mlist, "Search on Rtl-Now (local)", NULL, NULL, 0, 0);
     
    736736                else if(ostrcmp(mbox->name, "Search on ZDF (local)") == 0)
    737737                        ret = 16;
    738                 else if(ostrcmp(mbox->name, "Search on TecTime (local)") == 0)
     738                else if(ostrcmp(mbox->name, "Search on DrDish (local)") == 0)
    739739                        ret = 17;
    740740                else if(ostrcmp(mbox->name, "Search on Giga (local)") == 0)
     
    13931393        if(file != NULL)
    13941394        {
    1395                 if(getconfigint("playertype", NULL) == 1 && cmpfilenameext(file, ".ts") == 0)
     1395                //if(getconfigint("playertype", NULL) == 1 && cmpfilenameext(file, ".ts") == 0)
     1396                if(cmpfilenameext(file, ".ts") == 0)
    13961397                        playertype = 1;
    13971398
Note: See TracChangeset for help on using the changeset viewer.