forked from recloudstream/cloudstream
changed cache and trailers.to message as people keep being annoying about it
This commit is contained in:
parent
ed020eb5b6
commit
a64dd14104
2 changed files with 2 additions and 2 deletions
|
@ -267,7 +267,7 @@ class PlayerFragment : Fragment() {
|
|||
// val formatter = Formatter(formatBuilder, Locale.getDefault())
|
||||
|
||||
/** Cache */
|
||||
private val cacheSize = 100L * 1024L * 1024L // 100 mb
|
||||
private val cacheSize = 500L * 1024L * 1024L // 500 mb
|
||||
private var simpleCache: SimpleCache? = null
|
||||
|
||||
/** Layout */
|
||||
|
|
|
@ -159,7 +159,7 @@
|
|||
<string name="vpn_might_be_needed">A VPN might be needed for this provider to work correctly</string>
|
||||
<string name="vpn_torrent">This provider is a torrent, a VPN is recommended</string>
|
||||
|
||||
<string name="provider_info_meta">Metadata is not provided by site, video loading might fail.</string>
|
||||
<string name="provider_info_meta">Metadata is not provided by site, video loading will fail if it does not exist on site.</string>
|
||||
|
||||
<string name="torrent_plot">Description</string>
|
||||
<string name="normal_no_plot">No Plot Found</string>
|
||||
|
|
Loading…
Reference in a new issue