diff options
| author | Sughosha <sughosha@disroot.org> | 2025-05-19 03:28:39 +0530 |
|---|---|---|
| committer | Ian Eure <ian@retrospec.tv> | 2025-05-24 10:54:30 -0700 |
| commit | 9bc97424d347901e6b70b5477a1066359f3d6f2c (patch) | |
| tree | 057abd03df35b501ace551283e63f6742e287ad7 /gnu/services | |
| parent | 3a0acc2e86ab37d499c53d857be7f63a37e51de3 (diff) | |
services: readymedia: Fix typo.
* gnu/services/upnp.scm (readymedia-configuration)[home-service?]: Fix typo.
Change-Id: Ie7062fbeb88f93d698bbafacf50f8a74766d4202
Signed-off-by: Ian Eure <ian@retrospec.tv>
Diffstat (limited to 'gnu/services')
| -rw-r--r-- | gnu/services/upnp.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/upnp.scm b/gnu/services/upnp.scm index 363da005f1e..8267b1e53af 100644 --- a/gnu/services/upnp.scm +++ b/gnu/services/upnp.scm @@ -92,7 +92,7 @@ (media-directories readymedia-configuration-media-directories) (extra-config readymedia-configuration-extra-config (default '())) - (home-service? syncthing-configuration-home-service? + (home-service? readymedia-configuration-home-service? (default for-home?) (innate))) ;; READYMEDIA-MEDIA-DIR is a record that indicates the path of a media folder |
