Uh oh!
There was an error while loading. Please reload this page.
Moved split to PlexPartialObject - #632
Conversation
instead of the Episode object Signed-off-by: Anagh Kumar Baranwal <6824881+darthShadow@users.noreply.github.com>
Hellowlol
commented
Dec 26, 2020
Isnt it possible to spilt a episode? I have to look into this |
JonnyWong16
commented
Dec 27, 2020
Split apart is only available for movies, tv shows, and artists. I think it might be available for albums? I'm not 100% sure. |
darthShadow
commented
Dec 27, 2020
I can confirm that it's available for Shows and Movies and not for Episodes as per the docs. Can't check for Artists/Albums unfortunately but since they both inherit from the same PlexPartialObject Class, it shouldn't be a problem, even if they do support it. |
Hellowlol
commented
Dec 30, 2020
I don't want this added to PlexPartialObject since this class is used for other things that don't support split. The option is to just add this to every class that's need it to create a Mixin. |
Hellowlol
commented
Jan 3, 2021
@JonnyWong16 Does the same rule apply for merge? |
jjlawren
commented
Jan 20, 2021
@Hellowlol to clarify you'd like to close this PR and use the approach in #639 instead? |
Hellowlol
commented
Jan 21, 2021
Yes |
Moved split to PlexPartialObject so it's available for the Show object instead of the Episode object