-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
Add lookup by TVDB Id on Sonarr #120
Add lookup by TVDB Id on Sonarr #120
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
put a few comments, but seems good to me
Going to take a look later today. 👍 |
@g-nogueira were you planning to finish this? all you need to do is push a version bump in version.txt to 5.6.14 from 5.6.13 |
Yep, sorry. Had a busy week. |
@shayaantx bumped |
Hi, there.
I forked your project to add some things I would like and ended up implementing that TODO to lookup by tvdb id on Sonarr. From what I've searched, this is the way it's commonly done. Hope this is okay.
Breaking change
command
!show id add SHOW_TITLE_HERE SHOW_ID_HERE
is now!show id add SHOW_ID_HERE
Other changes
Updated the unit tests
From my tests, I was able to successfully add a show by id on Slack and all the unit tests passed.