Skip to content

Commit

Permalink
Added Opus to the liszt of supported extensions for the Tagreader
Browse files Browse the repository at this point in the history
  • Loading branch information
hwahrmann committed Sep 12, 2016
1 parent 0f9c0ee commit ffa6b18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mediaportal/Core/TagReader/TagReader.cs
Expand Up @@ -357,7 +357,8 @@ private static bool IsAudio(string fileName)
case ".m4p":
case ".mpc":
case ".mp+":
case ".mpp":
case ".mpp":
case ".opus":
return true;
}

Expand Down

0 comments on commit ffa6b18

Please sign in to comment.