mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-23 19:38:50 +00:00
Use struct for allocations
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class PlaylistVideo
|
||||
struct PlaylistVideo
|
||||
add_mapping({
|
||||
title: String,
|
||||
id: String,
|
||||
@@ -12,7 +12,7 @@ class PlaylistVideo
|
||||
})
|
||||
end
|
||||
|
||||
class Playlist
|
||||
struct Playlist
|
||||
add_mapping({
|
||||
title: String,
|
||||
id: String,
|
||||
|
||||
Reference in New Issue
Block a user