A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(theme/winamp): sort direction icon

+2 -2
+2 -2
src/facets/themes/winamp/browser/element.js
··· 640 640 } 641 641 642 642 table th[aria-sort="ascending"]::after { 643 - content: " ▲"; 643 + content: " ▼"; 644 644 } 645 645 646 646 table th[aria-sort="descending"]::after { 647 - content: " ▼"; 647 + content: " ▲"; 648 648 } 649 649 650 650 .virtual-scroll table {