tsquillario / Jamstash

HTML5 Music Streamer for Subsonic
http://jamstash.com
270 stars 88 forks source link

Refactor file suffix contains checking #262

Open d3m3vilurr opened 3 years ago

d3m3vilurr commented 3 years ago

just minor refactoring. array.indexOf(..) > -1 could be replaced to array.includes(..)