Skip to content

2.0.5

@MillmanY MillmanY tagged this 01 Sep 02:22
1.remove cacheInMemory
2.Add CacheType
  public enum MMPlayerCacheType {
    case none
    case memory(count: Int)
  }
Assets 2