-
Notifications
You must be signed in to change notification settings - Fork 278
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
Do not allow to set anime option(s) when adding shows through tmdb or… #5701
Conversation
… tvmaze. Update changelog.
DeepCode analyzed this pull request. |
@sharkykh @OmgImAlexis @MrTimscampi what do you guys think? So there are a number of underlying bugs / restrictions, why tvmaze and tmdb should be omitted for anime. Like for ex, that we can't map tmdb to scene numbering from xem. I think best is now, to disallow to set anime for these indexers. |
DeepCode analyzed this pull request. |
@@ -609,7 +615,7 @@ window.app = new Vue({ | |||
<fieldset class="sectionwrap"> | |||
<legend class="legendStep">Customize options</legend> | |||
<div class="stepDiv"> | |||
<add-show-options :show-name="showName" enable-anime-options @change="updateOptions" @refresh="refreshOptionStep"></add-show-options> | |||
<add-show-options :show-name="showName" :enable-anime-options="enableAnimeOptions" @change="updateOptions" @refresh="refreshOptionStep"></add-show-options> |
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.
Let's use v-bind
for the ones with the same name.
…ub.com/pymedusa/Medusa into feature/disable-anime-options-non-tvdb
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.
LGTM
… tvmaze.
Update changelog.