Added aac to the AudioResolver

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-09-09 10:03:49 -04:00
parent 9f1a7845dd
commit 86f162fd7c
2 changed files with 2 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ namespace MediaBrowser.Controller.Resolvers
{
case ".mp3":
case ".wma":
case ".aac":
case ".acc":
case ".flac":
case ".m4a":