Skip to content

Commit 20b3f89

Browse files
authored
Fix file extensions
1 parent 64a6cc8 commit 20b3f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mediaplayer/mediaplayer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def open_file(self):
111111
self,
112112
"Open file",
113113
"",
114-
"mp3 Audio (*.mp3);mp4 Video (*.mp4);Movie files (*.mov);All files (*.*)",
114+
"mp3 Audio (*.mp3);;mp4 Video (*.mp4);;Movie files (*.mov);;All files (*.*)",
115115
)
116116

117117
if path:

0 commit comments

Comments
 (0)