File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 481481 (seesaw/config! title-label :text title)
482482 (seesaw/config! artist-label :text " n/a" )
483483 (when (and status
484- (not= " CDJ-3000" (.getDeviceName status))
484+ (not (#{ " CDJ-3000" " XDJ-AZ " } (.getDeviceName status) ))
485485 (not (#{CdjStatus$TrackType/NO_TRACK CdjStatus$TrackType/REKORDBOX} (.getTrackType status)))
486486 (not (sending-status? )))
487487 (report-limited-metadata @player-window player))))))
Original file line number Diff line number Diff line change 16461646 []
16471647 (when (every? (fn [^DeviceAnnouncement device]
16481648 (or (> (.getDeviceNumber device) 6 )
1649- (= (.getDeviceName device) " CDJ-3000 " )))
1649+ (#{ " CDJ-3000 " " XDJ-AZ " } (.getDeviceName device))))
16501650 (.getCurrentDevices device-finder))
16511651 (.setPassive metadata-finder false )))
16521652
You can’t perform that action at this time.
0 commit comments