diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-03-13 23:11:59 +0100 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-03-13 23:11:59 +0100 |
| commit | 79413d9f33aad2aae933e79ad22a8a01ae3b6807 (patch) | |
| tree | da501a870554c98e84821b8d516de01756eb1af5 /MediaBrowser.Controller/MediaBrowser.Controller.csproj | |
| parent | c594b1a4c39c81b11feefe5885543e3014ca44eb (diff) | |
Add a configuration flag to allow/disallow duplicates in playlists
Diffstat (limited to 'MediaBrowser.Controller/MediaBrowser.Controller.csproj')
| -rw-r--r-- | MediaBrowser.Controller/MediaBrowser.Controller.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj index 88e9055e84..bcca9e4a18 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -9,6 +9,7 @@ <ItemGroup> <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="3.1.1" /> + <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="3.1.1" /> </ItemGroup> <ItemGroup> |
