diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-23 12:00:36 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-23 12:00:36 -0400 |
| commit | baa5be2157f70095be319bcfe4a0f5a1cbdd5d1c (patch) | |
| tree | c8f23a2578d54ae51edb00c2b08cc1fbbdfb1b74 | |
| parent | a02333fb0cbda8227dd6a5662c6a880eafd5074c (diff) | |
rename images to force cache bust
| -rw-r--r-- | MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index 06f930238..1fbc01952 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -255,10 +255,10 @@ <Content Include="dashboard-ui\css\images\userdata\thumbs_up_on.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
- <Content Include="dashboard-ui\css\images\userdata\unplayed.png">
+ <Content Include="dashboard-ui\css\images\userdata\playedoff.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
- <Content Include="dashboard-ui\css\images\userdata\played.png">
+ <Content Include="dashboard-ui\css\images\userdata\playedon.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\css\images\views\games.png">
|
