Deduplicate code for fetching stream info when sparse

Fixes #7941
This commit is contained in:
Stypox 2022-03-03 16:24:51 +01:00
parent 05a5e4372a
commit 162a838afc
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
48 changed files with 138 additions and 249 deletions

View file

@ -405,6 +405,7 @@
<string name="enqueued_next">Enqueued next</string>
<string name="start_here_on_background">Start playing in the background</string>
<string name="start_here_on_popup">Start playing in a popup</string>
<string name="loading_stream_details">Loading stream details…</string>
<!-- Drawer -->
<string name="drawer_open">Open Drawer</string>
<string name="drawer_close">Close Drawer</string>
@ -715,9 +716,6 @@
<string name="tablet_mode_title">Tablet mode</string>
<string name="on">On</string>
<string name="off">Off</string>
<!-- Show Channel Details -->
<string name="error_show_channel_details">Error at Show Channel Details</string>
<string name="loading_channel_details">Loading Channel Details…</string>
<!-- Progressive Load Interval -->
<string name="progressive_load_interval_default">ExoPlayer default</string>
</resources>