Changed root path to ~/Music for the time being until preferences are set.
parent
568202d8e9
commit
0f34406ca5
|
@ -17,7 +17,7 @@
|
|||
watcher = [[FileTreeWatcher alloc] init];
|
||||
[watcher setDelegate:self];
|
||||
|
||||
[self setRootPath: @"/Users/xugg/Music"];
|
||||
[self setRootPath: [@"~/Music" stringByExpandingTildeInPath]];
|
||||
}
|
||||
|
||||
- (void)dealloc
|
||||
|
|
Loading…
Reference in New Issue