Exemplo n.º 1
0
def lastPlayPosFromCache(ref):
	from Screens.InfoBarGenerics import resumePointCache
	return resumePointCache.get(ref.toString(), None)
Exemplo n.º 2
0
def lastPlayPosFromCache(ref):
    from Screens.InfoBarGenerics import resumePointCache
    return resumePointCache.get(ref.toString(), None)