Review of "Movie Search provider for Synology®" version 11

Details Page Preview

search provider for movie titles on Synology® NAS including offline search (yet to come)

Extension Homepage
https://github.com/psasse72/movies4synology

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
14 Active
13 Active
12 Active
11 Rejected
10 Rejected
9 Active
8 Rejected
7 Rejected
6 Rejected
5 Rejected
4 Rejected
3 Rejected
2 Waiting for author
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
It's better now but you need to fix these minor issues: 1. Rejected because you cannot create objects in global scope (Line 209 extension.js). Move that line to enable: https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review#Only_use_.60init.28.29.60_for_initialization 2. Also null out `settings` in disable. 3. You are doing so much log(). Log should be only available in debug mode.