mirror of
https://github.com/danbee/mpd-client
synced 2025-03-04 08:39:09 +00:00
Formatting.
This commit is contained in:
parent
290ff96b99
commit
1e22b99617
@ -1,3 +1,5 @@
|
||||
var Album = can.Model.extend({
|
||||
|
||||
findAll: 'GET /api/albums'
|
||||
|
||||
}, {});
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
var Artist = can.Model.extend({
|
||||
|
||||
findAll: 'GET /api/artists'
|
||||
|
||||
}, {});
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
var Song = can.Model.extend({
|
||||
|
||||
findAll: 'GET /api/songs'
|
||||
|
||||
}, {});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user