Merge pull request #3427 from dmitrylyzo/fix-backdrop-back

This commit is contained in:
Cody Robibero
2022-02-14 15:39:16 -07:00
committed by GitHub
+1
View File
@@ -2096,6 +2096,7 @@ export default function (view, params) {
if (currentItem) {
appRouter.setTitle('');
renderTrackSelections(page, self, currentItem, true);
renderBackdrop(currentItem);
}
} else {
reload(self, page, params);