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