mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 10:04:44 +01:00
Add migration to properly set playlist owner
This commit is contained in:
@@ -64,5 +64,12 @@ namespace MediaBrowser.Controller.Playlists
|
||||
/// <param name="userId">The user id.</param>
|
||||
/// <returns>Task.</returns>
|
||||
Task RemovePlaylists(Guid userId);
|
||||
|
||||
/// <summary>
|
||||
/// Updates a playlist.
|
||||
/// </summary>
|
||||
/// <param name="playlist">The updated playlist.</param>
|
||||
/// <returns>Task.</returns>
|
||||
Task UpdatePlaylist(Playlist playlist);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user