diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-31 03:42:14 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-31 03:42:14 -0400 |
| commit | 9c813f9aedb3d4f20ff495fc23693591e7dda914 (patch) | |
| tree | ef898a20921bc7037f2e657b39bdad65f153b3f7 /Emby.Photos/Emby.Photos.csproj | |
| parent | b91dcdbff43559e4cbaa4148d56f6b7295256b7a (diff) | |
update taglib
Diffstat (limited to 'Emby.Photos/Emby.Photos.csproj')
| -rw-r--r-- | Emby.Photos/Emby.Photos.csproj | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Emby.Photos/Emby.Photos.csproj b/Emby.Photos/Emby.Photos.csproj index efc15519f..8ff570199 100644 --- a/Emby.Photos/Emby.Photos.csproj +++ b/Emby.Photos/Emby.Photos.csproj @@ -39,11 +39,12 @@ <Reference Include="System.Data" /> <Reference Include="System.Net.Http" /> <Reference Include="System.Xml" /> - <Reference Include="taglib-sharp"> - <HintPath>..\ThirdParty\taglib\taglib-sharp.dll</HintPath> + <Reference Include="TagLib.Portable"> + <HintPath>..\ThirdParty\taglib\TagLib.Portable.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> + <Compile Include="StreamFileAbstraction.cs" /> <Compile Include="PhotoProvider.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> |
