Merge pull request #7981 from Stypox/sparse-items-deduplic

Deduplicate code for fetching stream info when sparse
This commit is contained in:
litetex 2022-03-16 15:18:10 +01:00 committed by GitHub
commit 37aca3f1c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
48 changed files with 140 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>
@ -716,9 +717,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>