mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-11 16:53:03 +01:00
Pushing missing changes
This commit is contained in:
@@ -1,10 +1,18 @@
|
||||
|
||||
namespace MediaBrowser.ApiInteraction
|
||||
{
|
||||
public enum SerializationFormats
|
||||
{
|
||||
Json,
|
||||
Jsv,
|
||||
Protobuf
|
||||
}
|
||||
}
|
||||
|
||||
namespace MediaBrowser.ApiInteraction
|
||||
{
|
||||
/// <summary>
|
||||
/// Enum SerializationFormats
|
||||
/// </summary>
|
||||
public enum SerializationFormats
|
||||
{
|
||||
/// <summary>
|
||||
/// The json
|
||||
/// </summary>
|
||||
Json,
|
||||
/// <summary>
|
||||
/// The protobuf
|
||||
/// </summary>
|
||||
Protobuf
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user