Demo app: Update concatenation terminology to use "playlist"
PiperOrigin-RevId: 326401528
This commit is contained in:
parent
cda35f6677
commit
6f7524521b
@ -520,7 +520,7 @@ public class PlayerActivity extends AppCompatActivity
|
|||||||
@Override
|
@Override
|
||||||
public AdsLoader getAdsLoader(Uri adTagUri) {
|
public AdsLoader getAdsLoader(Uri adTagUri) {
|
||||||
if (mediaItems.size() > 1) {
|
if (mediaItems.size() > 1) {
|
||||||
showToast(R.string.unsupported_ads_in_concatenation);
|
showToast(R.string.unsupported_ads_in_playlist);
|
||||||
releaseAdsLoader();
|
releaseAdsLoader();
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
<string name="sample_list_load_error">One or more sample lists failed to load</string>
|
<string name="sample_list_load_error">One or more sample lists failed to load</string>
|
||||||
|
|
||||||
<string name="unsupported_ads_in_concatenation">Playing sample without ads, as ads are not supported in concatenations</string>
|
<string name="unsupported_ads_in_playlist">Playing without ads, as ads are not supported in playlists</string>
|
||||||
|
|
||||||
<string name="download_start_error">Failed to start download</string>
|
<string name="download_start_error">Failed to start download</string>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user