diff --git a/lib/utils/app_scheme.dart b/lib/utils/app_scheme.dart index d07c308fc..5521f6532 100644 --- a/lib/utils/app_scheme.dart +++ b/lib/utils/app_scheme.dart @@ -402,7 +402,7 @@ class PiliScheme { ? pathSegments.getOrNull(1) : pathSegments.first; switch (area) { - case 'opus': + case 'opus' || 'dynamic': bool hasMatch = await _onPushDynDetail(path, off); if (hasMatch.not) { launchURL();