Changed root path to ~/Music for the time being until preferences are set.
This commit is contained in:
parent
568202d8e9
commit
0f34406ca5
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
watcher = [[FileTreeWatcher alloc] init];
|
watcher = [[FileTreeWatcher alloc] init];
|
||||||
[watcher setDelegate:self];
|
[watcher setDelegate:self];
|
||||||
|
|
||||||
[self setRootPath: @"/Users/xugg/Music"];
|
[self setRootPath: [@"~/Music" stringByExpandingTildeInPath]];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)dealloc
|
- (void)dealloc
|
||||||
|
|
Loading…
Reference in a new issue