slash2009 / XWMM

XBMC Web Media Manager
Other
56 stars 20 forks source link

field restriction using some weird wildcard from the subject #123

Closed maxadamo closed 9 years ago

maxadamo commented 9 years ago

I am going to explain, as the subject is not understandable :) In italian I do have the movie genres: "azione", "animazione" (they are "action", "animation"). In this case "azione" also includes all movies from "animazione" :)

ghost commented 9 years ago

resources/js/app/movies/moviegenre.js Line 102 operator needs changed from "contains" to "is"

The same is probably true of resources/js/app/movies/movieset.js Line 75 and resources/js/app/common/genre.js Line 90.

I'm away until the 25th and can't fix this any sooner (don't have my laptop with me).

un1versal commented 9 years ago

@fyfe please see #124 its your button for the merge I can update the release accordingly

@maxadamo can you please test #124 and confirm it fixes issue?