74
75
76
77
78
79
80
81
|
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
+
+
+
+
+
+
+
|
8. <h3> Search function finds nothing. </h3>
The "cache" search will only uncover stations/songs, if you have browsed the according genres and channels recently.
The "server" search is not implemented for all channels however. Only the major ones and non-static lists can actually return something.
9. <h3> Crashes while switching tabs </h3>
That's probably a known problem. It's just difficult to reproduce and fix still. The main issue is concurrent threads clashing with the Gtk user interface handling.
If you can reproduce it (using the -D debug mode), then please send in a bug report. Otherwise, and if this happens more than once, just enable the "no-threading" mode in the settings dialog.
|