Skip to content
This repository has been archived by the owner on Nov 24, 2017. It is now read-only.

Commit

Permalink
Add .pls files as allowed playlist file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsLeenheer committed Jul 26, 2010
1 parent 9fe8b73 commit 8ddd6e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iphone/webui/libraries/mediatypes.php
Expand Up @@ -39,6 +39,7 @@ function isHidden($file) {
function isPlaylist($file) {
switch(end(explode(".", $file))) {
case 'jsp':
case 'pls':
return true;
}

Expand Down

0 comments on commit 8ddd6e8

Please sign in to comment.