We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Releases table holds both imdbid and movieinfo_id. Some parts of NNTmux use movieinfo_id and some use imdbid.
I suggest only imdbid is used.
movieinfo_id for example is used for joins in apiSearch() and moviesSearch() in Releases class.
movieinfo_id
apiSearch()
moviesSearch()
imdbid could even become the primary key I guess.
imdbid
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open for 30 days with no activity.
Sorry, something went wrong.
This issue was closed because it has been inactive for 14 days since being marked as stale.
No branches or pull requests
Releases table holds both imdbid and movieinfo_id. Some parts of NNTmux use movieinfo_id and some use imdbid.
I suggest only imdbid is used.
movieinfo_id
for example is used for joins inapiSearch()
andmoviesSearch()
in Releases class.imdbid
could even become the primary key I guess.The text was updated successfully, but these errors were encountered: