feat: Add support for specifying cli spotify image size
This commit is contained in:
@@ -18,4 +18,5 @@ URL: {{ track.url }}
|
||||
|
||||
Progress: {{ track.progress_ms // 60000 }}:{{ '%02d' % ((track.progress_ms // 1000) % 60) }} / {{ track.duration_ms // 60000 }}:{{ '%02d' % ((track.duration_ms // 1000) % 60) }}
|
||||
Status: {{ 'Playing' if track.is_playing else 'Paused' }}
|
||||
Note: Specify width with ?width=80 (default 40)
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user