Removes many injected params that weren't used at all in it. Removes the old commented getStarred function from the subsonic service.
Refactors subsonic service's getStarred method to use angular $http and to limit results on the client side since we can't do it with Subsonic's API. Adds a working unit test for this new method.