We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e9444 commit 9bb85b3Copy full SHA for 9bb85b3
1 file changed
lib/utilities/app_utils.dart
@@ -73,7 +73,7 @@ double getResponsiveArtistFontSize(Size size) {
73
}
74
75
final RegExp _youtubePlaylistRegExp = RegExp(
76
- r'^(https?:\/\/)?(www\.)?(youtube\.com|youtu\.be)\/.*(list=([a-zA-Z0-9_-]+)).*$',
+ r'^(https?:\/\/)?(www\.|m\.|music\.)?(youtube\.com|youtu\.be)\/.*(list=([a-zA-Z0-9_-]+)).*$',
77
);
78
79
final RegExp _youtubePlaylistIdRegExp = RegExp('[&?]list=([a-zA-Z0-9_-]+)');
0 commit comments