Is one of the custom playlists selected? */
| 314 | |
| 315 | /** Is one of the custom playlists selected? */ |
| 316 | bool MusicSystem::IsCustomPlaylist() const |
| 317 | { |
| 318 | return (this->selected_playlist == PLCH_CUSTOM1) || (this->selected_playlist == PLCH_CUSTOM2); |
| 319 | } |
| 320 | |
| 321 | /** |
| 322 | * Append a song to a custom playlist. |
no outgoing calls
no test coverage detected