Browse Source

Update Bazarr to v1.4.2 (#996)

main
Nathan Fretz 10 months ago
committed by GitHub
parent
commit
2ea7cc4cca
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      bazarr/docker-compose.yml
  2. 7
      bazarr/umbrel-app.yml

2
bazarr/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*"
server:
image: linuxserver/bazarr:1.4.0@sha256:6d67ccdb14f426f61e65c289f9f121ab314c3c39159099af8fa6dcdea5add1f0
image: linuxserver/bazarr:1.4.2@sha256:42285de3376d0a7372553f2d6ec0f44f21f9a69239a9347151b005c7b126f7a5
environment:
- PUID=1000
- PGID=1000

7
bazarr/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: bazarr
category: media
name: Bazarr
version: "1.4.0"
version: "1.4.2"
tagline: Manage and download subtitles for Sonarr and Radarr
description: >-
Bazarr is a companion application to Sonarr and Radarr that manages and downloads subtitles based on your requirements.
@ -18,10 +18,7 @@ description: >-
You can find your device's IP address by visiting your router's admin dashboard or by using an IP scanning tool like Angry IP Scanner.
You will also need to input your API key for Sonarr and/or Radarr. You can find your API keys in the settings of the Sonarr and Radarr apps.
releaseNotes: >-
This release updates Bazarr from 1.3.1 to 1.4.0 and includes many issue fixes.
Full release notes are found at https://github.com/morpheus65535/bazarr/releases.
This release updates Bazarr from 1.4.0 to 1.4.2. Full release notes are found at https://github.com/morpheus65535/bazarr/releases.
developer: morpheus65535
website: https://www.bazarr.media/
dependencies: []

Loading…
Cancel
Save