Skip to content

Commit 6a70b45

Browse files
authored
Merge pull request #1017 from TheCaptain989/lidarr-flac2mp3
lidarr: flac2mp3 release 2.4.3
2 parents d0138f3 + d95b5cc commit 6a70b45

File tree

6 files changed

+200
-120
lines changed

6 files changed

+200
-120
lines changed

.assets/danger.png

-947 Bytes
Binary file not shown.

.assets/notes.png

1.52 KB
Loading

.dockerignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
.gitignore
44
.github
55
.gitattributes
6+
.vscode
67
.assets
7-
hooks
88
READMETEMPLATE.md
99
README.md
1010
SECURITY.md

.github/workflows/BuildImage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
echo "BASEIMAGE=${{ env.BASEIMAGE }}" >> $GITHUB_OUTPUT
2121
echo "MODNAME=${{ env.MODNAME }}" >> $GITHUB_OUTPUT
2222
# **** If the mod needs to be versioned, set the versioning logic below. Otherwise leave as is. ****
23-
MOD_VERSION="2.4.0"
23+
MOD_VERSION="2.4.3"
2424
echo "MOD_VERSION=${MOD_VERSION}" >> $GITHUB_OUTPUT
2525
outputs:
2626
GITHUB_REPO: ${{ steps.outputs.outputs.GITHUB_REPO }}

0 commit comments

Comments
 (0)