Skip to content

Commit

Permalink
MP1-4587: Added dsf to known extensions for Tagreader
Browse files Browse the repository at this point in the history
  • Loading branch information
hwahrmann committed Nov 8, 2014
1 parent 51257a4 commit 56c67f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mediaportal/Core/TagReader/TagReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,8 @@ private static bool IsAudio(string fileName)
case ".aif":
case ".aac":
case ".aiff":
case ".ape":
case ".ape":
case ".dsf":
case ".flac":
case ".mp3":
case ".ogg":
Expand Down

0 comments on commit 56c67f0

Please sign in to comment.