mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
- align defines for control scripts
Conflicts: src/global.h src/gui/pictureviewer.cpp Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -90,8 +90,8 @@ extern cVideo * videoDecoder;
|
||||
|
||||
// check if files to be added are already in the playlist
|
||||
#define AUDIOPLAYER_CHECK_FOR_DUPLICATES
|
||||
#define AUDIOPLAYER_START_SCRIPT CONFIGDIR "/audioplayer.start"
|
||||
#define AUDIOPLAYER_END_SCRIPT CONFIGDIR "/audioplayer.end"
|
||||
#define AUDIOPLAYER_START_SCRIPT CONTROLDIR "/audioplayer.start"
|
||||
#define AUDIOPLAYER_END_SCRIPT CONTROLDIR "/audioplayer.end"
|
||||
#define DEFAULT_RADIOSTATIONS_XMLFILE CONFIGDIR "/radio-stations.xml"
|
||||
#define DEFAULT_RADIOFAVORITES_XMLFILE CONFIGDIR "/radio-favorites.xml"
|
||||
|
||||
|
Reference in New Issue
Block a user