mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
Added new API endpoint to update User item data
This commit is contained in:
@@ -33,6 +33,11 @@ namespace MediaBrowser.Model.Entities
|
||||
/// <summary>
|
||||
/// The import.
|
||||
/// </summary>
|
||||
Import = 6
|
||||
Import = 6,
|
||||
|
||||
/// <summary>
|
||||
/// API call updated item user data.
|
||||
/// </summary>
|
||||
UpdateUserData = 7,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user