diff options
| author | Shadowghost <Ghost_of_Stone@web.de> | 2024-04-01 19:59:48 +0200 |
|---|---|---|
| committer | Shadowghost <Ghost_of_Stone@web.de> | 2024-04-01 19:59:48 +0200 |
| commit | bff37ed13aa9ee0267ee5e1248339c6044fa1b0c (patch) | |
| tree | de6951a0239a2bb3c85604e6b869a17eb2134b5e /MediaBrowser.Model/Entities/IHasShares.cs | |
| parent | 2aaa9f669a0ba6855329ce63ae4e785dc70a5a69 (diff) | |
Apply review suggestions
Diffstat (limited to 'MediaBrowser.Model/Entities/IHasShares.cs')
| -rw-r--r-- | MediaBrowser.Model/Entities/IHasShares.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Entities/IHasShares.cs b/MediaBrowser.Model/Entities/IHasShares.cs index fb6b6e424..8c4ba6c42 100644 --- a/MediaBrowser.Model/Entities/IHasShares.cs +++ b/MediaBrowser.Model/Entities/IHasShares.cs @@ -10,5 +10,5 @@ public interface IHasShares /// <summary> /// Gets or sets the shares. /// </summary> - IReadOnlyList<UserPermissions> Shares { get; set; } + IReadOnlyList<PlaylistUserPermissions> Shares { get; set; } } |
