[grilo-plugins] radiofrance: Fix incorrect "mime" key
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins] radiofrance: Fix incorrect "mime" key
- Date: Sat, 1 Mar 2014 19:44:18 +0000 (UTC)
commit fcea8fe6c51f636dcd367b99e56fedf5d5e45bc0
Author: Bastien Nocera <hadess hadess net>
Date: Sat Mar 1 20:40:41 2014 +0100
radiofrance: Fix incorrect "mime" key
It's supposed to be "mime-type".
src/lua-factory/sources/grl-radiofrance.lua | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/lua-factory/sources/grl-radiofrance.lua b/src/lua-factory/sources/grl-radiofrance.lua
index 3b84f4d..1776f98 100644
--- a/src/lua-factory/sources/grl-radiofrance.lua
+++ b/src/lua-factory/sources/grl-radiofrance.lua
@@ -124,7 +124,7 @@ function create_media(item, francebleu)
end
media.type = "audio"
- media.mime = "audio/mpeg"
+ media.mime_type = "audio/mpeg"
media.id = item:match("id : '(.-)',")
media.title = item:match("nom : '(.-)',")
media.title = media.title:gsub("\\'", "'")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]