diff --git a/Makefile b/Makefile index c50c0ce..3634971 100755 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ SYSDDIR:=${SYSDDIR_:/%=%} DESTDIR:= PREFIX:=/usr/local -VERSION=23.33.0 +VERSION=23.33.1 FLAGS:=-modcacherw -mod=readonly -trimpath LDFLAGS:= -ldflags "-s -w -X main.version=${VERSION}" -tags osusergo,netgo diff --git a/build/archlinux/PKGBUILD b/build/archlinux/PKGBUILD index 18305ad..f276120 100644 --- a/build/archlinux/PKGBUILD +++ b/build/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Alexander "Arav" Andreev pkgname=dwelling-radio -pkgver=23.33.0 +pkgver=23.33.1 pkgrel=1 pkgdesc="Arav's dwelling / Radio" arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') diff --git a/web/templates/index.pug b/web/templates/index.pug index 27d3883..762c9b0 100644 --- a/web/templates/index.pug +++ b/web/templates/index.pug @@ -42,7 +42,7 @@ html(lang='en') small#cur-time div #[button#vol-down 🔈] #[input#volume(type="range", name="volume" min="0" max="100")] #[button#vol-up 🔊] audio(preload='none' controls='' playsinline='') - source(src='http://radio.arav.home.arpa/stream.ogg' type='audio/ogg') + source(src='/live/stream.ogg' type='audio/ogg') | Your browser doesn't support an audio element, it's sad... But you always can take the #[a(href='/playlist') playlist]! div if status.ServerStartDate != ""