Skip to content

Commit

Permalink
feat: expose shoko episode is hidden flag in abstraction
Browse files Browse the repository at this point in the history
  • Loading branch information
revam committed Nov 21, 2024
1 parent 85cac43 commit c573bb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Shoko.Plugin.Abstractions/DataModels/Shoko/IShokoEpisode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ public interface IShokoEpisode : IEpisode
/// </summary>
int AnidbEpisodeID { get; }

/// <summary>
/// Indicates the episode is hidden by the user.
/// </summary>
bool IsHidden { get; }

/// <summary>
/// Get the shoko series info for the episode, if available.
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion Shoko.Plugin.Abstractions/Shoko.Plugin.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<RepositoryUrl>https://github.com/ShokoAnime/ShokoServer</RepositoryUrl>
<PackageTags>plugins, shoko, anime, metadata, tagging</PackageTags>
<PackageReleaseNotes>Renamer Rewrite</PackageReleaseNotes>
<Version>4.0.0</Version>
<Version>4.1.0-beta1</Version>
<Configurations>Debug;Release;Benchmarks</Configurations>
<Platforms>AnyCPU;x64</Platforms>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
Expand Down

0 comments on commit c573bb9

Please sign in to comment.