You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyradio/config_window.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ class PyRadioConfigWindow(object):
55
55
'This is the equivalent to the -u , --use-player command line option.', '|',
56
56
'Example:', ' player = vlc', 'or', ' player = vlc,mpv, mplayer', '|',
57
57
'Default value: mpv,mplayer,vlc'])
58
-
_help_text.append([r'If this option is enabled, the last local playlist loaded before terminating, will be automatically opened the next time PyRadio is executed. Furthermore, playback will resume, if it was on when PyRadio exited. Otherwise, station selection will be restored.', '|', 'This option will take precedence over the "Def. playlist" configuration option and the "-s" command line option.', '|', 'It can also be toggled on the fly by pressing \l while on Main mode.', '|', 'Default value: False'])
58
+
_help_text.append([r'If this option is enabled, the last local playlist loaded before terminating, will be automatically opened the next time PyRadio is executed. Furthermore, playback will resume, if it was on when PyRadio exited. Otherwise, station selection will be restored.', '|', 'This option will take precedence over the "Def. playlist" configuration option and the "-s" command line option.', '|', r'It can also be toggled on the fly by pressing \l while on Main mode.', '|', 'Default value: False'])
59
59
_help_text.append(['This is the playlist to open at start up, if none is specified and "Open last playlist" is not set.', '|',
60
60
'This is the equivalent to the -s, --stations command line option.', '|',
0 commit comments