You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
777 B

  1. From eb473817d73b8740f27955f93950029fdfc9d73e Mon Sep 17 00:00:00 2001
  2. From: Daniel Kamil Kozar <dkk089@gmail.com>
  3. Date: Sat, 15 Dec 2018 00:55:20 +0100
  4. Subject: [PATCH] LG webOS 3.5 devices require audio/flac in order to detect
  5. FLAC
  6. Imported from https://sourceforge.net/p/minidlna/patches/176/
  7. ---
  8. clients.c | 2 +-
  9. 1 file changed, 1 insertion(+), 1 deletion(-)
  10. diff --git a/clients.c b/clients.c
  11. index 42f0d1c..d324eab 100644
  12. --- a/clients.c
  13. +++ b/clients.c
  14. @@ -164,7 +164,7 @@ struct client_type_s client_types[] =
  15. /* USER-AGENT: Linux/2.6.35 UPnP/1.0 DLNADOC/1.50 INTEL_NMPR/2.0 LGE_DLNA_SDK/1.6.0 */
  16. { ELGNetCastDevice,
  17. - FLAG_DLNA | FLAG_CAPTION_RES,
  18. + FLAG_DLNA | FLAG_CAPTION_RES | FLAG_MIME_FLAC_FLAC,
  19. "LG",
  20. "LGE_DLNA_SDK/1.6.0",
  21. EUserAgent