Skip to content

Commit

Permalink
chore: allow m3u8 to open with namida
Browse files Browse the repository at this point in the history
  • Loading branch information
MSOB7YY committed Jun 6, 2024
1 parent e4abf82 commit 244fdd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@
<data android:scheme="file" />
<data android:host="*" android:pathPattern=".*\\.m3u"
android:mimeType="*/*" />
<data android:host="*" android:pathPattern=".*\\.m3u8"
android:mimeType="*/*" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: namida
description: A Beautiful and Feature-rich Music Player, With YouTube & Video Support Built in Flutter
publish_to: "none"
version: 2.6.3-beta+240606110
version: 2.6.4-beta+240606110

environment:
sdk: ">=3.4.0 <4.0.0"
Expand Down

0 comments on commit 244fdd8

Please sign in to comment.