mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-31 11:35:24 +01:00
Make sure the smart playlists node really really gets put at the top
This commit is contained in:
parent
70df709fc2
commit
623b90e5e2
@ -884,7 +884,7 @@ LibraryModel::GroupBy& LibraryModel::Grouping::operator [](int i) {
|
||||
void LibraryModel::CreateSmartPlaylists() {
|
||||
smart_playlist_node_ = new LibraryItem(LibraryItem::Type_PlaylistContainer, root_);
|
||||
smart_playlist_node_->container_level = 0;
|
||||
smart_playlist_node_->sort_text = " _smart";
|
||||
smart_playlist_node_->sort_text = "\0smart";
|
||||
smart_playlist_node_->key = tr("Smart playlists");
|
||||
|
||||
QSettings s;
|
||||
|
@ -1,6 +1,5 @@
|
||||
#include "jamendodynamicplaylist.h"
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <QEventLoop>
|
||||
#include <QHttp>
|
||||
#include <QHttpRequestHeader>
|
||||
|
Loading…
x
Reference in New Issue
Block a user