X-Git-Url: https://code.delx.au/notipod/blobdiff_plain/f9c13ef4d3debf68d40d2a027c191c72a6cc0bd5..3216c6dfd93329cc260f69cbb617bde23d307c40:/syncitunes.py diff --git a/syncitunes.py b/syncitunes.py index a354470..0f50780 100755 --- a/syncitunes.py +++ b/syncitunes.py @@ -59,7 +59,7 @@ def main(): sys.exit(1) logging.info("Loading library") - library = libsyncitunes.Library.alloc() + library = libsyncitunes.ITunesLibrary.alloc() if opts.itunes_library: library = library.initWithFilename_(opts.itunes_library) else: