- neutrino: add mode_moviebrowser

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2022-09-12 21:38:16 +02:00
committed by Thilo Graf
parent 25102f6932
commit a82536d38a
3 changed files with 7 additions and 0 deletions

View File

@@ -105,6 +105,8 @@ const char* neutrinoMode_to_string(int mode)
return "MODE_UPNP";
case NeutrinoModes::mode_webradio:
return "MODE_WEBRADIO";
case NeutrinoModes::mode_moviebrowser:
return "MODE_MOVIEBROWSER";
case (int)NeutrinoModes::mode_mask:
return "MODE_MASK";
case (int)NeutrinoModes::norezap: