add functionality to adjust image position

This commit is contained in:
geoffrey45
2023-01-13 15:53:36 +03:00
committed by Mungai Njoroge
parent 4d4a276ed8
commit ceedc22843
9 changed files with 146 additions and 65 deletions
+2
View File
@@ -87,6 +87,8 @@ export interface Playlist {
last_updated: string;
thumb: string;
duration: number;
has_gif: boolean;
banner_pos: number;
}
export interface Notif {