Ignore:
Timestamp:
10/15/13 13:01:25 (10 years ago)
Author:
obi
Message:

[tithek] fix internet radio screensaver and optimize site textbox tpk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/tithek.h

    r24251 r24325  
    11801180                free(tmpstr); tmpstr = NULL;
    11811181
    1182                 if(ostrcmp(title, "TiThek - Internet Radio") == 0)
     1182                if(ostrstr(title, "Internet Radio") != NULL)
    11831183                        flag = 4;
    11841184
     
    12371237                        mbox = menulistbox(mlist, NULL, skintitle, NULL, NULL, 1, 0);
    12381238                        if(mbox != NULL) keyconf = mbox->name;
     1239                        debug(99, "tmpstr1: %s filename: %s flag: %s", tmpstr1, filename, flag);
    12391240                        if(ostrcmp(keyconf, "Streaming Playback (default)") == 0)
    12401241                        {
Note: See TracChangeset for help on using the changeset viewer.