Skip to content

Commit

Permalink
Fixes #987: Spectrum analyzer issues in Now Playing
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël committed Jun 21, 2019
1 parent 55e6d00 commit 846d932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Dopamine/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
2019-06-16: Dopamine 2.0 Preview 8
2019-06-21: Dopamine 2.0 Preview 8
----------------------------------

- [Fixed] Album are not fetched based on Album Artist when choosing a artist in the Artists screen
- [Fixed] Option to toggle artists is missing since last preview
- [Fixed] Spectrum analyzer stutters on Now Playing screen


2019-05-12: Dopamine 2.0 Preview 7
Expand Down
3 changes: 0 additions & 3 deletions Dopamine/Views/Common/BackgroundCoverArtControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,5 @@

<Border x:Name="CoverImage">
<pc:CrossFadeContentControl Content="{Binding CoverArtViewModel}" Duration="1.0" />
<Border.Effect>
<BlurEffect Radius="20" KernelType="Gaussian"/>
</Border.Effect>
</Border>
</UserControl>

0 comments on commit 846d932

Please sign in to comment.