Changeset 176
- Timestamp:
- 2014-07-31 21:11:47 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/I_Sonos1.xml ¶
r175 r176 1970 1970 AVTransport.Pause({InstanceID=instanceId}) 1971 1971 1972 refreshNow(device, false, false) 1972 -- Force a refresh when current service is Pandora due to a bug (missing notification) 1973 local force = false 1974 local currentUri = dataTable[uuid].AVTransportURI 1975 if (currentUri ~= nil and currentUri:find("pndrradio:") == 1) then 1976 force = true 1977 end 1978 refreshNow(device, force, false) 1973 1979 </run> 1974 1980 </action> … … 1988 1994 AVTransport.Pause({InstanceID=instanceId}) 1989 1995 1990 refreshNow(device, false, false) 1996 -- Force a refresh when current service is Pandora due to a bug (missing notification) 1997 local force = false 1998 local currentUri = dataTable[uuid].AVTransportURI 1999 if (currentUri ~= nil and currentUri:find("pndrradio:") == 1) then 2000 force = true 2001 end 2002 refreshNow(device, force, false) 1991 2003 </run> 1992 2004 </action>
Note: See TracChangeset
for help on using the changeset viewer.