Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

Commit

Permalink
Updates supported file types.
Browse files Browse the repository at this point in the history
  • Loading branch information
secdec24 committed Jun 9, 2016
1 parent 5d9c392 commit 3bd18f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
Binary file not shown.
18 changes: 0 additions & 18 deletions src/app/musicplayer/model/Library.java
Original file line number Diff line number Diff line change
Expand Up @@ -227,27 +227,9 @@ public static boolean isSupportedFileType(String fileName) {
// MP4
case "mp4":
case "m4a":
case "m4p":
case "m4b":
case "m4r":
case "m4v":
// OGG VORBIS
case "ogg":
case "oga":
case "ogx":
case "ogm":
case "spx":
case "opus":
// FLAC
case "flac":
// WAV
case "wav":
case "wave":
// WMA
case "wma":
// REAL
case "ra":
case "ram":
return true;
default:
return false;
Expand Down

0 comments on commit 3bd18f1

Please sign in to comment.