mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
neutrino.cpp: fix random channelsInit, init g_channel_list_changed variable
This commit is contained in:
@@ -236,6 +236,7 @@ CNeutrinoApp::CNeutrinoApp()
|
|||||||
skipShutdownTimer = false;
|
skipShutdownTimer = false;
|
||||||
current_muted = 0;
|
current_muted = 0;
|
||||||
recordingstatus = 0;
|
recordingstatus = 0;
|
||||||
|
g_channel_list_changed = 0;
|
||||||
memset(&font, 0, sizeof(neutrino_font_descr_struct));
|
memset(&font, 0, sizeof(neutrino_font_descr_struct));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user