aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Playlists/Playlist.cs
diff options
context:
space:
mode:
authorShadowghost <Ghost_of_Stone@web.de>2024-04-01 19:59:48 +0200
committerShadowghost <Ghost_of_Stone@web.de>2024-04-01 19:59:48 +0200
commitbff37ed13aa9ee0267ee5e1248339c6044fa1b0c (patch)
treede6951a0239a2bb3c85604e6b869a17eb2134b5e /MediaBrowser.Controller/Playlists/Playlist.cs
parent2aaa9f669a0ba6855329ce63ae4e785dc70a5a69 (diff)
Apply review suggestions
Diffstat (limited to 'MediaBrowser.Controller/Playlists/Playlist.cs')
-rw-r--r--MediaBrowser.Controller/Playlists/Playlist.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Playlists/Playlist.cs b/MediaBrowser.Controller/Playlists/Playlist.cs
index dfd9b8330..b948d2e18 100644
--- a/MediaBrowser.Controller/Playlists/Playlist.cs
+++ b/MediaBrowser.Controller/Playlists/Playlist.cs
@@ -40,7 +40,7 @@ namespace MediaBrowser.Controller.Playlists
public bool OpenAccess { get; set; }
- public IReadOnlyList<UserPermissions> Shares { get; set; }
+ public IReadOnlyList<PlaylistUserPermissions> Shares { get; set; }
[JsonIgnore]
public bool IsFile => IsPlaylistFile(Path);