1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-31 01:30:02 +02:00

Remove option to turn on watch changes. QFileSystemWatcher is now deprecated and doesn't work right anyways. The logic is still there as it's mostly fine, but we need a new method for tracking.

This commit is contained in:
Jeff Mitchell
2011-05-12 15:07:04 -04:00
parent f8d30b5d24
commit dc8f52076d
3 changed files with 6 additions and 6 deletions

View File

@@ -14,12 +14,6 @@ Version 0.1.0:
played playlists.
* Browse and play collections in our snappy tree-view, which also shows
images for artists and albums.
* Watch folders for changes and automatically update your collection. This
is on by default; you can turn it off on the Local Music tab in the
settings dialog. Note that this triggers only on files or folders being
added to or removed from folders; it is not watch individual files as
most OSes can't support enough file watches to handle a normal-sized
music collection.
* Fixed crash that could occur when playing a track from a browser.
* Fixed a crash caused by sources going on- or offline.
* (OS X) Open configuration dialogs as sliding sheets.