Skip to content

Commit

Permalink
fix: fix new file moved event args
Browse files Browse the repository at this point in the history
  • Loading branch information
revam committed Apr 25, 2024
1 parent e23ec42 commit fe58e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shokofin/SignalR/Models/FileMovedEventArgs.cs
Expand Up @@ -16,7 +16,7 @@ public class FileMovedEventArgs: FileEventArgs, IFileRelocationEventArgs
/// seperators used on the Shoko side.
/// </summary>
[JsonInclude, JsonPropertyName("PreviousRelativePath")]
private string PreviousInternalPath { get; set; } = string.Empty;
public string PreviousInternalPath { get; set; } = string.Empty;

/// <summary>
/// Cached path for later re-use.
Expand Down

0 comments on commit fe58e7e

Please sign in to comment.