获取当前播放集数
Future<Map<String, dynamic>> getCurrentEpisode() async { _ensureReady(); return await PangrowthContent.getCurrentEpisode(_playerId!); }