miniflux / v2

Minimalist and opinionated feed reader
https://miniflux.app
Apache License 2.0
6.44k stars 702 forks source link

Fix Enclosure playback speed indicator on shared entries #2692

Closed ztec closed 2 weeks ago

ztec commented 2 weeks ago

On shared entries, there is no speed configured as this is bound to the user. Shared entries are displayed without user config.

I've changed the default view to reflect the actual default playback speed in this case. 1x.

Before: Speed indicator was x.xxx

After: Speed indicator is now 1.00x

Do you follow the guidelines?