mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
tuxtxt: make sure that startpage is initialized
when enabling tuxtxt caching, saving settings and then starting tuxtxt, the start page was not initialized
This commit is contained in:
@@ -37,6 +37,8 @@ int tuxtxt_init()
|
||||
tuxtxt_cache.vtxtpid = -1;
|
||||
tuxtxt_cache.thread_id = 0;
|
||||
tuxtxt_cache.dmx = -1;
|
||||
/* not sure if this is correct here... */
|
||||
tuxtxt_cache.page = 0x100;
|
||||
return 1;//tuxtxt_init_demuxer();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user