Skip to content

Commit

Permalink
Fix typo in filters and wrong giocoso link
Browse files Browse the repository at this point in the history
  • Loading branch information
columndeeply committed Feb 11, 2023
1 parent 473670e commit 10a77b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions presto.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/usr/bin/env sh
# Presto is a gapless, randomizing, classical music player written in POSIX shell
#
# This script is a stripped down version of 'Giocoso' (https://absolutelybaching.com/giocoso/).
# This script is a stripped down version of 'Giocoso' (https://absolutelybaching.com/what-is-giocoso).
# I just rewrote it in POSIX shell and removed some features I didn't need.
# All credit goes to Howard Rogers for the original script.
# Giocoso v2.00 (22nd July 2022) was the one used as the base script.
#
# Copyright © Columndeeply 2023
# Copyright © Howard Rogers 2021,2022
#
# Version: 1.0.0 - 2023/02/08
#
# Version: 1.0.1 - 2023/02/11
#
# This program is free software: you can redistribute it and/or modify it under the
# terms of the GNU General Public License as published by the Free Software Foundation,
# version 2.0 only of the License.
Expand Down Expand Up @@ -325,7 +325,7 @@ check_params() {
esac
done

[ -z "$TMP_FILTERS" ] || FILTERS="$TMP_FILERS\n$FILTERS"
[ -z "$TMP_FILTERS" ] || FILTERS="$TMP_FILTERS$FILTERS"
}

# Search function
Expand Down

0 comments on commit 10a77b2

Please sign in to comment.