Fixed a bunch of jellyfin issues

This commit is contained in:
tidusjar 2021-01-03 21:22:52 +00:00
parent 14c6170455
commit 6a062d5c40
12 changed files with 214 additions and 174 deletions

View file

@ -11,5 +11,8 @@
public string StoragePath { get; set; }
public string SecurityKey { get; set; }
#if DEBUG
= "test";
#endif
}
}