Changeset 44665


Ignore:
Timestamp:
01/31/20 03:00:48 (3 years ago)
Author:
obi
Message:

vu fix mc > tithek > start > no black background

Location:
titan
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/mc/mc_main.h

    r40378 r44665  
    8080        {
    8181                drawscreen(skin, 0, 0);
     82                if(file_exist("/proc/stb/info/vumodel"))
     83                {
     84                        tmpstr = createpluginpath("/mc/skin/black.mvi", 0);
     85                        singlepicstart(tmpstr, 0);
     86                        free(tmpstr); tmpstr = NULL;
     87                }
    8288                servicestop(status.aktservice, 1, 1);   
    8389                screenmc_mediathek(NULL);
Note: See TracChangeset for help on using the changeset viewer.