diff --git a/app/pods/components/groups-list/template.hbs b/app/pods/components/groups-list/template.hbs
index f643ce8..5b94472 100644
--- a/app/pods/components/groups-list/template.hbs
+++ b/app/pods/components/groups-list/template.hbs
@@ -1,5 +1,5 @@
{{#paper-list}}
- {{#paper-item}}
+ {{#paper-item class="groupRow"}}
{{#if usingLocalAudio}}
-
{{paper-icon icon="add" class="playerControllIcon"}}
-
{{fa-icon "soundcloudWorkaround" classNames="playerControllIcon"}}
+
+
+
{{paper-icon icon="shuffle" class=shuffleClass}}
{{paper-icon icon=repeatIcon class=repeatClass}}
@@ -75,19 +82,18 @@
{{#if item.title}}
{{item.title}}
- {{#if item.artistUrl}}
-
{{item.artist}}
- {{else}}
- {{item.artist}}
- {{/if}}
-
+ {{#if item.artistUrl}}
+
{{item.artist}}
+ {{else}}
+ {{item.artist}}
+ {{/if}}
+
{{else}}
{{item.filename}}
{{/if}}
-