mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-22 23:50:24 +01:00
ApiInteraction tweaks
This commit is contained in:
parent
a588e0461b
commit
99a679d328
10
MediaBrowser.ApiInteraction/SerializationFormats.cs
Normal file
10
MediaBrowser.ApiInteraction/SerializationFormats.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
namespace MediaBrowser.ApiInteraction
|
||||
{
|
||||
public enum SerializationFormats
|
||||
{
|
||||
Json,
|
||||
Jsv,
|
||||
Protobuf
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user