Skip to content

Commit

Permalink
[Mediaserver] Circumvent Jackson bug where class requires an empty co…
Browse files Browse the repository at this point in the history
…nstructor even if the object gets used in an empty list
  • Loading branch information
Schaka committed Jun 14, 2024
1 parent c2cb9a4 commit 268b50d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.github.schaka.janitorr.mediaserver.library

data class PathInfo(
val Path: String
val Path: String,
val NetworkPath: String? = null,
)

0 comments on commit 268b50d

Please sign in to comment.