guest mode
This commit is contained in:
@@ -25,7 +25,10 @@ export class SongService {
|
||||
|
||||
// private list: Song[];
|
||||
|
||||
public constructor(private songDataService: SongDataService, private userService: UserService) {
|
||||
public constructor(
|
||||
private songDataService: SongDataService,
|
||||
private userService: UserService
|
||||
) {
|
||||
// importCCLI = (songs: Song[]) => this.updateFromCLI(songs);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user