Reset aspect ratio on aard fail

This commit is contained in:
Tamius Han 2020-12-22 22:25:41 +01:00
parent e4194e029c
commit bcc3d89342

View File

@ -561,6 +561,7 @@ class ArDetector {
if (!this.drmNotificationShown) { if (!this.drmNotificationShown) {
this.drmNotificationShown = true; this.drmNotificationShown = true;
this.conf.player.showNotification('AARD_DRM'); this.conf.player.showNotification('AARD_DRM');
this.conf.resizer.setAr({type: AspectRatio.Reset});
return; return;
} }