Skip to content

Commit

Permalink
revert: Reverted back the changes made solely for testing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptarshiSarkar12 committed Jan 12, 2024
1 parent 470ff8d commit 654e888
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package backend_cli;
package backend;

import java.io.FileOutputStream;
import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package backend_cli;
package backend;

import cli.utils.Utility;
import init.Environment;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package backend_cli;
package backend;

import cli.utils.Utility;
import init.Environment;
Expand Down
3 changes: 1 addition & 2 deletions CLI/src/main/java/main/Drifty_CLI.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package main;

import backend_cli.FileDownloader;
import backend.FileDownloader;
import cli.utils.MessageBroker;
import cli.init.Environment;
import org.yaml.snakeyaml.Yaml;
Expand Down Expand Up @@ -332,7 +332,6 @@ private static void batchDownloader() {
}
messageBroker.msgFilenameInfo("Retrieving filename from link...");
fileName = findFilenameInLink(link);
// System.out.println(fileName);
}
}
if (isSpotifyLink && link.contains("playlist")) {
Expand Down

0 comments on commit 654e888

Please sign in to comment.