Skip to content

Commit 03e1b3e

Browse files
committed
upd MediaServiceCore
1 parent c40a6a3 commit 03e1b3e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

common/src/main/java/com/liskovsoft/smartyoutubetv2/common/app/models/playback/controllers/VideoLoaderController.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ private void processFormatInfo(MediaItemFormatInfo formatInfo) {
370370
return;
371371
}
372372

373-
player.setTitle(formatInfo.getPlayabilityStatus());
373+
player.setTitle(formatInfo.getPlayabilityReason());
374374
player.showProgressBar(false);
375375
mSuggestionsController.loadSuggestions(getVideo());
376376
bgImageUrl = getVideo().getBackgroundUrl();
@@ -405,7 +405,7 @@ private void processFormatInfo(MediaItemFormatInfo formatInfo) {
405405
player.openUrlList(applyFix(formatInfo.createUrlList()));
406406
} else {
407407
Log.d(TAG, "Empty format info received. Seems future live translation. No video data to pass to the player.");
408-
player.setTitle(formatInfo.getPlayabilityStatus());
408+
player.setTitle(formatInfo.getPlayabilityReason());
409409
player.showProgressBar(false);
410410
mSuggestionsController.loadSuggestions(getVideo());
411411
bgImageUrl = getVideo().getBackgroundUrl();

0 commit comments

Comments
 (0)