[girl] Fix bug - Call girl_player_stop() from on_previous_station_click()



commit 766117b01f16d23844fee4638074a0b23e5397db
Author: Ole Aamot <oka oka no>
Date:   Sat May 13 17:35:33 2017 +0200

    Fix bug - Call girl_player_stop() from on_previous_station_click()

 src/girl.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/girl.c b/src/girl.c
index 1b4e8b6..4192778 100644
--- a/src/girl.c
+++ b/src/girl.c
@@ -203,6 +203,7 @@ void on_previous_station_click(GtkWidget * a, gpointer user_data)
                                girl->selected_station_location,
                                girl->selected_station_uri,
                                girl->selected_station_band);
+               girl_player_stop(player);
                girl_helper_run(girl->selected_station_uri,
                                girl->selected_station_name,
                                GIRL_STREAM_SHOUTCAST,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]