File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -409,7 +409,7 @@ public void onSuccess(String response) {
409
409
if (video .getGrandparentTitle ().toLowerCase ().equals (showSpecified .toLowerCase ())) {
410
410
video .setServer (server );
411
411
video .setThumb (video .getGrandparentThumb ());
412
- video .setShowTitle (mc . grandparentTitle );
412
+ video .setShowTitle (video . getGrandparentTitle () );
413
413
videos .add (video );
414
414
}
415
415
}
@@ -612,7 +612,7 @@ public void onSuccess(String response) {
612
612
if (video .getGrandparentTitle ().toLowerCase ().equals (queryTerm )) {
613
613
video .setServer (server );
614
614
video .setThumb (video .getGrandparentThumb ());
615
- video .setShowTitle (mc . grandparentTitle );
615
+ video .setShowTitle (video . getGrandparentTitle () );
616
616
videos .add (video );
617
617
}
618
618
}
You can’t perform that action at this time.
0 commit comments