mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 16:30:31 +05:30
Fix item count for private playlists.
This commit is contained in:
parent
44a70cdc0b
commit
d816612022
@ -192,8 +192,7 @@ class PlaylistFragment : Fragment() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
binding.playlistInfo.text =
|
binding.playlistInfo.text =
|
||||||
getChannelAndVideoString(response, playlistAdapter!!.itemCount)
|
getChannelAndVideoString(response, playlistFeed.size)
|
||||||
super.onItemRangeRemoved(positionStart, itemCount)
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user