move last fm server package
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
|||||||
"github.com/jinzhu/gorm"
|
"github.com/jinzhu/gorm"
|
||||||
|
|
||||||
"github.com/sentriz/gonic/model"
|
"github.com/sentriz/gonic/model"
|
||||||
"github.com/sentriz/gonic/lastfm"
|
"github.com/sentriz/gonic/server/lastfm"
|
||||||
)
|
)
|
||||||
|
|
||||||
func (c *Controller) ServeLogin(w http.ResponseWriter, r *http.Request) {
|
func (c *Controller) ServeLogin(w http.ResponseWriter, r *http.Request) {
|
||||||
|
|||||||
@@ -11,9 +11,9 @@ import (
|
|||||||
|
|
||||||
"github.com/rainycape/unidecode"
|
"github.com/rainycape/unidecode"
|
||||||
|
|
||||||
"github.com/sentriz/gonic/lastfm"
|
|
||||||
"github.com/sentriz/gonic/model"
|
"github.com/sentriz/gonic/model"
|
||||||
"github.com/sentriz/gonic/scanner"
|
"github.com/sentriz/gonic/scanner"
|
||||||
|
"github.com/sentriz/gonic/server/lastfm"
|
||||||
"github.com/sentriz/gonic/server/subsonic"
|
"github.com/sentriz/gonic/server/subsonic"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user