diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2011-10-22 16:34:48 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2011-10-22 16:34:48 +0200 |
commit | ba60fbc4274e85fb63d373207f525aa57bc75eb3 (patch) | |
tree | a8ccff14797158942c72f4fbbbf8e37cd8377fbd /src/main.c | |
parent | 55d6eb4c91a994bc83560a27296329a6ce0d2329 (diff) | |
download | pianobar-ba60fbc4274e85fb63d373207f525aa57bc75eb3.tar.gz pianobar-ba60fbc4274e85fb63d373207f525aa57bc75eb3.tar.bz2 pianobar-ba60fbc4274e85fb63d373207f525aa57bc75eb3.zip |
Support seed stations
Fixes #165
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ static void BarMainGetInitialStation (BarApp_t *app) { } /* no autostart? ask the user */ if (app->curStation == NULL) { - app->curStation = BarUiSelectStation (app, "Select station: ", NULL); + app->curStation = BarUiSelectStation (app, app->ph.stations, "Select station: ", NULL); } if (app->curStation != NULL) { BarUiPrintStation (&app->settings, app->curStation); |