Skip to content

Commit

Permalink
misc: add missing nullable indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
revam committed Sep 29, 2024
1 parent c313c85 commit 1ea4c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shoko.Server/Models/SVR_VideoLocal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public bool HasAnyEmptyHashes()

IReadOnlyList<IVideoFile> IVideo.Locations => Places;

IAniDBFile IVideo.AniDB => AniDBFile;
IAniDBFile? IVideo.AniDB => AniDBFile;

IHashes IVideo.Hashes => this;

Expand Down

0 comments on commit 1ea4c41

Please sign in to comment.