diff options
author | waker <wakeroid@gmail.com> | 2010-12-31 13:48:04 +0100 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2010-12-31 13:48:04 +0100 |
commit | e06308f8f5105f4d2d6eac3665b543ef6f360341 (patch) | |
tree | 8d35467ec6beed4c20ceb60a1d8af350f276657c /plugins/artwork | |
parent | 74df8d527b3052dc9593985fcd80136c39dadd94 (diff) |
renamed pause event to togglepause;
added new pause event, including command line option;
slightly changed/shortened M_* constant names
Diffstat (limited to 'plugins/artwork')
-rw-r--r-- | plugins/artwork/artwork.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/artwork/artwork.c b/plugins/artwork/artwork.c index e8d175da..f9067dd7 100644 --- a/plugins/artwork/artwork.c +++ b/plugins/artwork/artwork.c @@ -655,7 +655,7 @@ artwork_on_configchanged (DB_event_t *ev, uintptr_t data) { strcpy (artwork_filemask, new_artwork_filemask); deadbeef->conf_set_int64 ("artwork.cache_reset_time", artwork_reset_time); artwork_reset (0); - deadbeef->sendmessage (M_PLAYLISTREFRESH, 0, 0, 0); + deadbeef->sendmessage (M_PLAYLIST_REFRESH, 0, 0, 0); } return 0; |