Skip to content

Commit

Permalink
Update mixxxmainwindow.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Eve00000 authored Jul 4, 2024
1 parent a2d8245 commit 1bc8fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mixxxmainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -763,8 +763,8 @@ void MixxxMainWindow::slotUpdateWindowTitle(TrackPointer pTrack) {
QString trackInfo = pTrack->getInfo();
if (!trackInfo.isEmpty()) {
appTitle = QString("%1 | %2").arg(trackInfo, appTitle);
// writing the artist & title of the playing track
// not only to the windowtitle but also to a file
// writing the artist & title of the playing track
// not only to the windowtitle but also to a file
// location and name for nowplayingfile
QString StatusNowPlayingFilePath = m_pCoreServices->getSettings()->getSettingsPath();
QString StatusNowPlayingFileLocation = StatusNowPlayingFilePath + "/NowPlaying.txt";
Expand Down

0 comments on commit 1bc8fe5

Please sign in to comment.