Skip to content

Commit

Permalink
Fix archive information method
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed May 10, 2024
1 parent 8dcc6ec commit 8a0f304
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 8a0f304

Please sign in to comment.