예제 #1
0
def lastPlayPosFromCache(ref):
	from Screens.InfoBarGenerics import resumePointCache
	return resumePointCache.get(ref.toString(), None)
예제 #2
0
def lastPlayPosFromCache(ref):
    from Screens.InfoBarGenerics import resumePointCache
    return resumePointCache.get(ref.toString(), None)