mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
- add webradio; first steps
Conflicts: data/Makefile.am data/scripts/backup.sh src/neutrino.cpp src/zapit/include/zapit/zapit.h Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -380,6 +380,7 @@ static void set_lua_variables(lua_State *L)
|
||||
{ "TS", (lua_Integer)CNeutrinoApp::mode_ts },
|
||||
{ "OFF", (lua_Integer)CNeutrinoApp::mode_off },
|
||||
{ "WEBTV", (lua_Integer)CNeutrinoApp::mode_webtv },
|
||||
{ "WEBRADIO", (lua_Integer)CNeutrinoApp::mode_webradio },
|
||||
{ "MASK", (lua_Integer)CNeutrinoApp::mode_mask },
|
||||
{ "NOREZAP", (lua_Integer)CNeutrinoApp::norezap },
|
||||
{ NULL, 0 }
|
||||
|
Reference in New Issue
Block a user