The scanner generates the cache name of every media "normalizing" the characters: everything lower case, space to underscore, etc.
This way media names which are traduced to the same normalized name do not produce errors in scanner, but when seeing them, js code cannot move from one another
The scanner generates the cache name of every media "normalizing" the characters: everything lower case, space to underscore, etc.
This way media names which are traduced to the same normalized name do not produce errors in scanner, but when seeing them, js code cannot move from one another
This is a long standing bug, from Jason's times