files_mediaviewer
files_mediaviewer copied to clipboard
Bug when initializing
Hy,
(Version : 10.5.0.10)
I got en everytime crash with undefined "fileActions" on these two lines in file files_mediaviewer_init.js (automatically build from init.js):
OCA.Files.fileActions.registerAction(r); OCA.Files.fileActions.setDefault(t,e.name)
I bypassed the crash by adding a simple test (if (OCA.Files.fileActions) ), and it seems to work. But i'm not sure this is correct.
Yours,
