Remove dependency from CPlaybackView to CPlaybackController.
[profile/tv/apps/native/musicplayer.git] / src / views / playback-view.cpp
index 97ef925..218651b 100644 (file)
@@ -401,7 +401,7 @@ void CPlaybackView::m_UpdateCurrentSongInfo(void)
        m_UpdateCurrentSongItem(index);
        m_UpdateCurrentSongLabels();
        m_UpdateCurrentSongThumbnail();
-       m->pPlaybackController->Update();
+       m->pController->UpdatePlayerUI();
        m_UpdatePlaymodeFocusSequence();
 }
 
@@ -1347,4 +1347,4 @@ void CPlaybackView::OnEditButtonsPressed(EPlayerEditBtns editBtns)
                ASSERT(!"Invalid Edit Button");
                break;
        }
-}
\ No newline at end of file
+}