Skip to content

Commit

Permalink
fix(twitter): Return value
Browse files Browse the repository at this point in the history
  • Loading branch information
crimera committed Mar 2, 2024
1 parent 69de356 commit 9f9f2d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ private static String getStringPref(Setting<String> setting) {
if (value.isBlank()) {
return setting.defaultValue;
}
return setting.key;
return value;
}

public static String getVideoFolder(String filename) {
Expand Down

0 comments on commit 9f9f2d7

Please sign in to comment.