diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-21 11:06:00 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-21 11:06:00 -0400 |
| commit | f380d7a092ef474754400647debbc3d90e8451a0 (patch) | |
| tree | eaffee3e8d38a21958f126d22fb26975f3e557fa /MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj | |
| parent | b9bb87100bc1375b0c8b311820e9289323aaefa3 (diff) | |
added percent played overlay
Diffstat (limited to 'MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj')
| -rw-r--r-- | MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj index 80fee7d97..f84c02c1f 100644 --- a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj +++ b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj @@ -114,6 +114,7 @@ <Compile Include="BdInfo\BdInfoExaminer.cs" /> <Compile Include="Configuration\ServerConfigurationManager.cs" /> <Compile Include="Drawing\ImageHeader.cs" /> + <Compile Include="Drawing\PercentPlayedDrawer.cs" /> <Compile Include="Drawing\WatchedIndicatorDrawer.cs" /> <Compile Include="Dto\DtoService.cs" /> <Compile Include="EntryPoints\LibraryChangedNotifier.cs" /> |
