StageGuard

Results 64 comments of StageGuard
trafficstars

后续还可以添加一个导出缓存的功能,导出到公共的文件夹。高版本 android 访问外部私有目录还是有点困难的

ani 过滤了 CanDownload 为 false 的媒体项目 https://github.com/open-ani/animeko/blob/1e7796627e84b209d92653fe0f1222f81b8657f1/datasource/jellyfin/src/commonMain/kotlin/BaseJellyfinMediaSource.kt#L82

> > ani 过滤了 CanDownload 为 false 的媒体项目 > > [animeko/datasource/jellyfin/src/commonMain/kotlin/BaseJellyfinMediaSource.kt](https://github.com/open-ani/animeko/blob/1e7796627e84b209d92653fe0f1222f81b8657f1/datasource/jellyfin/src/commonMain/kotlin/BaseJellyfinMediaSource.kt#L82) > > Line 82 in [1e77966](/open-ani/animeko/commit/1e7796627e84b209d92653fe0f1222f81b8657f1) > > .filter { (it.Type == "Episode" || it.Type == "Movie") && it.CanDownload...

> > > ani 过滤了 CanDownload 为 false 的媒体项目 > > > [animeko/datasource/jellyfin/src/commonMain/kotlin/BaseJellyfinMediaSource.kt](https://github.com/open-ani/animeko/blob/1e7796627e84b209d92653fe0f1222f81b8657f1/datasource/jellyfin/src/commonMain/kotlin/BaseJellyfinMediaSource.kt#L82) > > > Line 82 in [1e77966](/open-ani/animeko/commit/1e7796627e84b209d92653fe0f1222f81b8657f1) > > > .filter { (it.Type == "Episode" || it.Type...