From 8a0f304236e5840ceaba5a8a032ed132171d2e6a Mon Sep 17 00:00:00 2001 From: James Elliott Date: Fri, 10 May 2024 01:10:56 -0500 Subject: [PATCH] Fix archive information method --- .../java/org/deepsymmetry/beatlink/data/OpusProvider.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/deepsymmetry/beatlink/data/OpusProvider.java b/src/main/java/org/deepsymmetry/beatlink/data/OpusProvider.java index 592fd39..3d2f520 100644 --- a/src/main/java/org/deepsymmetry/beatlink/data/OpusProvider.java +++ b/src/main/java/org/deepsymmetry/beatlink/data/OpusProvider.java @@ -66,9 +66,9 @@ public static class RekordboxUsbArchive { private final FileSystem fileSystem; /** - * Container for the USB slot number, database and filesystem of any particular Rekordbox USB archive. + * Return information about the metadata archive, if any, attached for one of the Opus Quad USB slots. * - * @param usbSlot the slot that the user has attached the archive to, should correspond to the USB slot in the Opus Quad, so they can keep track of what they are doing + * @param usbSlot the slot number that the user has attached the archive to, should correspond to the USB slot in the Opus Quad, so they can keep track of what they are doing * @param database the parsed database which contains information about tracks, artwork, etc. * @param fileSystem the filesystem which contains the database and other metadata */