mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
8 lines
134 B
C#
8 lines
134 B
C#
|
|
namespace MediaBrowser.Model.Playlists
|
||
|
|
{
|
||
|
|
public class PlaylistCreationResult
|
||
|
|
{
|
||
|
|
public string Id { get; set; }
|
||
|
|
}
|
||
|
|
}
|