Skip to content

Commit

Permalink
release(patch): Version 5.0.1
Browse files Browse the repository at this point in the history
Small patch release to fix compatibility with the new and old stable server.

 # Highlights

Here are some of the key features and improvements since the last stable release (5.0.0):

 ## Bug Fixes

- Fixed `CreatorRoleType` to be compatible with both Shoko Server 5.0.0 and 5.1.0.

For the full list of changes, please check out the [complete changelog](v5.0.0...v5.0.1) here on GitHub.
  • Loading branch information
revam committed Jan 21, 2025
1 parent e7ac1ef commit 57339c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Shokofin/API/Models/Role.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ public enum CreatorRoleType
/// Voice actor or voice actress.
/// </summary>
Seiyuu,
Actor = Seiyuu,

/// <summary>
/// This can be anything involved in writing the show.
Expand Down

0 comments on commit 57339c4

Please sign in to comment.