Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer authored Jun 20, 2023
1 parent 744e970 commit b54900e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/library/itunes/itunesmacosimporter.mm
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ void importMediaItem(ITLibMediaItem* item) {
error:&error];

if (library) {
std::unique_ptr<TreeItem> rootItem = TreeItem::newRoot(m_pParentFeature);
std::unique_ptr<TreeItem> rootItem =
TreeItem::newRoot(m_pParentFeature);
ImporterImpl impl(this, *m_dao);

impl.importPlaylists(library.allPlaylists);
Expand Down

0 comments on commit b54900e

Please sign in to comment.