From 9553818f5015dcdeceb5387fb55fcf9116afa118 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Tue, 31 Jul 2012 12:23:07 +0300 Subject: [PATCH] ident: Remove r.domain The library no longer expects this value. --- share/lua/media/break.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/share/lua/media/break.lua b/share/lua/media/break.lua index e729666..2ec05db 100644 --- a/share/lua/media/break.lua +++ b/share/lua/media/break.lua @@ -25,7 +25,6 @@ local Break = {} -- Utility functions unique to this script function ident(qargs) local C = require 'quvi/const' local r = {} - r.domain = "break%.com" r.formats = "default" r.categories = C.proto_http local U = require 'quvi/util' -- 2.11.4.GIT