mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-05 10:12:46 +00:00
Add artist overview page
This commit is contained in:
parent
2398cc2997
commit
0c0b91dc4b
12 changed files with 399 additions and 23 deletions
|
@ -257,6 +257,10 @@ template <>
|
|||
QString toString(const QString &source, convertType<QString>) {
|
||||
return source;
|
||||
}
|
||||
template <>
|
||||
QString toString(const QStringList &source, convertType<QStringList>) {
|
||||
return source.join(',');
|
||||
}
|
||||
|
||||
} // NS Support
|
||||
} // NS Jellyfin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue