jez500 / chorus

A Web UI for XBMC, focused on user experience and music. Get the latest version here: https://github.com/xbmc/chorus2
358 stars 55 forks source link

Play Folder Fix #125

Closed charky closed 8 years ago

charky commented 8 years ago

File.type is unknown for an directory link/id but the attribute file.filetype says directory, so i did this tiny addon to fix the issue #59 "Play Folder". Don't know if filetype is always be set, so i did a check at the beginning.

charky commented 8 years ago

See my first comment

jez500 commented 8 years ago

Hi @charky you have updated the compiled (dist) js, this gets recreated from src each time a build runs, so to merge it needs to be updated in the src too.