Skip to content

Commit 9446e07

Browse files
author
Chris Bellew
committed
Set show title properly.
1 parent 99390ce commit 9446e07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/com/atomjack/vcfpht/PlayMediaActivity.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ public void onSuccess(String response) {
409409
if(video.getGrandparentTitle().toLowerCase().equals(showSpecified.toLowerCase())) {
410410
video.setServer(server);
411411
video.setThumb(video.getGrandparentThumb());
412-
video.setShowTitle(mc.grandparentTitle);
412+
video.setShowTitle(video.getGrandparentTitle());
413413
videos.add(video);
414414
}
415415
}
@@ -612,7 +612,7 @@ public void onSuccess(String response) {
612612
if(video.getGrandparentTitle().toLowerCase().equals(queryTerm)) {
613613
video.setServer(server);
614614
video.setThumb(video.getGrandparentThumb());
615-
video.setShowTitle(mc.grandparentTitle);
615+
video.setShowTitle(video.getGrandparentTitle());
616616
videos.add(video);
617617
}
618618
}

0 commit comments

Comments
 (0)