Skip to content

Commit

Permalink
Fix copy/paste mistake in 4c22966
Browse files Browse the repository at this point in the history
  • Loading branch information
poiru committed Mar 30, 2015
1 parent 4c22966 commit f5f7138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/PluginNowPlaying/PlayerAIMP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ void PlayerAIMP::UpdateData()
std::wstring filepath(stringData, info->nFileNameLen);
stringData += info->nFileNameLen;

m_Title.assign(stringData, info->nGenreLen);
m_Genre.assign(stringData, info->nGenreLen);
stringData += info->nGenreLen;

m_Title.assign(stringData, info->nTitleLen);
Expand Down

1 comment on commit f5f7138

@b3ck
Copy link

@b3ck b3ck commented on f5f7138 Mar 30, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

=)

Please sign in to comment.