I've updated the trakt plugin and now I have a problem with the onlinevideos/trakt combination because onlinevideos is compiled against an older version of trakt.
Specifically, I get an error:
Exception getting watched status: Method not found: 'System.Collections.Generic.IEnumerable`1<TraktPlugin.TraktAPI.DataStructures.TraktMovieWatched> TraktPlugin.TraktCache.GetWatchedMoviesFromTrakt(Boolean)'.
Is it possible to add that missing method again (possibly with some kind of depcrecated attribute/warning) so that at least untill the next release (and accompanying fix ofcourse) onlinevideos will still work as intended?
Specifically, I get an error:
Exception getting watched status: Method not found: 'System.Collections.Generic.IEnumerable`1<TraktPlugin.TraktAPI.DataStructures.TraktMovieWatched> TraktPlugin.TraktCache.GetWatchedMoviesFromTrakt(Boolean)'.
Is it possible to add that missing method again (possibly with some kind of depcrecated attribute/warning) so that at least untill the next release (and accompanying fix ofcourse) onlinevideos will still work as intended?